Searched refs:regobj (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_registry.py | 11 regobj = StackedObjectProxy() variable 24 body = 'Hello world!Value is %s\n' % regobj.keys() 53 body = 'Hello world!\nThe variable is %s' % str(regobj) 69 body = 'Hello world!\nThe variable is %s' % str(regobj) 85 % (self.depth, str(regobj))) 115 wsgiapp = RegistryUsingApp(regobj, obj) 137 wsgiapp = RegistryUsingApp(regobj, obj) 139 wsgiapp = RegistryMiddleMan(wsgiapp, regobj, secondobj, 0) 154 wsgiapp = RegistryUsingApp(regobj, obj) 158 wsgiapp = RegistryMiddleMan(wsgiapp, regobj, newobj, depth) [all …]
|