/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/ |
runtktests.py | 109 for test in getattr(module, attr, ()):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii"))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
linecache.py | 88 get_source = getattr(loader, 'get_source', None)
|
webbrowser.py | 195 setsid = getattr(os, 'setsid', None) 197 setsid = getattr(os, 'setpgrp', None) 232 setsid = getattr(os, 'setsid', None) 234 setsid = getattr(os, 'setpgrp', None) 361 setsid = getattr(os, 'setsid', None) 363 setsid = getattr(os, 'setpgrp', None)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 101 print "%s: %s" % (attr, getattr(co, "co_" + attr))
|
test_pkgimport.py | 75 self.assertEqual(getattr(module, var), 1)
|
test_isinstance.py | 62 # Here's a situation where getattr(cls, '__bases__') raises an exception. 74 # Like above, except that getattr(cls, '__bases__') raises an
|
test_pep352.py | 51 last_exc = getattr(__builtin__, superclass_name) 73 exc = getattr(__builtin__, exc_name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbshelve.py | 140 return getattr(self.db, name) 176 # Or is it enough to pass thru "getattr"? 299 return getattr(self.dbc, name) 317 method = getattr(self, 'get_%d' % count)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 78 return 'builtin', getattr(builtins, name) 89 value = getattr(parent, token, __UNDEF__) 178 value = pydoc.html.repr(getattr(evalue, name)) 248 value = pydoc.text.repr(getattr(evalue, name))
|
linecache.py | 88 get_source = getattr(loader, 'get_source', None)
|
webbrowser.py | 195 setsid = getattr(os, 'setsid', None) 197 setsid = getattr(os, 'setpgrp', None) 232 setsid = getattr(os, 'setsid', None) 234 setsid = getattr(os, 'setpgrp', None) 361 setsid = getattr(os, 'setsid', None) 363 setsid = getattr(os, 'setpgrp', None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_upload.py | 82 self.assertEqual(getattr(cmd, attr), waited)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 49 value = getattr(self.object, key)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/ |
runtktests.py | 109 for test in getattr(module, attr, ()):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 101 print "%s: %s" % (attr, getattr(co, "co_" + attr))
|
test_pkgimport.py | 75 self.assertEqual(getattr(module, var), 1)
|
test_isinstance.py | 62 # Here's a situation where getattr(cls, '__bases__') raises an exception. 74 # Like above, except that getattr(cls, '__bases__') raises an
|
test_pep352.py | 51 last_exc = getattr(__builtin__, superclass_name) 73 exc = getattr(__builtin__, exc_name)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 98 // called, otherwise fuse_operations.getattr will be called. 107 int (*getattr)(const char* path, struct stat*); member in struct:fuse_operations
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
linux.py | 56 build_directory = getattr(options, 'build_directory', None) 60 driver_name = getattr(options, 'driver_name', None)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 430 val = not getattr(self, opt_name) 433 val = getattr(self, opt_name) 510 if getattr(self, attrname) is None: 516 val = getattr(self, attr) 541 setattr(self, attr, convert_path(getattr(self, attr))) 581 setattr(self, attr, change_root(self.root, getattr(self, attr)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 430 val = not getattr(self, opt_name) 433 val = getattr(self, opt_name) 510 if getattr(self, attrname) is None: 516 val = getattr(self, attr) 541 setattr(self, attr, convert_path(getattr(self, attr))) 581 setattr(self, attr, change_root(self.root, getattr(self, attr)))
|