Searched
full:getattr (Results
651 -
675 of
779) sorted by null
<<21222324252627282930>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 578 getattr(self.stats, fn)(*processed)
|
shutil.py | 106 if hasattr(errno, err) and why.errno == getattr(errno, err):
|
tarfile.py | 653 self.name = getattr(self.fileobj, "name", None) 791 getattr(tarinfo, "sparse", None)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 87 method = getattr(self, 'cmd_' + cmd)
|
test_import.py | 350 if e.errno != getattr(errno, 'EOVERFLOW', None):
|
test_mmap.py | 244 prot = mmap.PROT_READ | getattr(mmap, 'PROT_EXEC', 0)
|
test_sys.py | 444 self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
|
test_unicode.py | 54 method = getattr(object, methodname) 66 method = getattr(object, methodname) 451 meth = getattr(unicode, meth_name) 457 meth = getattr(unicode, meth_name) [all...] |
test_zlib.py | 326 sync_opt = [getattr(zlib, opt) for opt in sync_opt
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 327 method = getattr(self, mname)
|
asyncore.py | 418 retattr = getattr(self.socket, attr)
|
gettext.py | 265 filename = getattr(fp, 'name', '')
|
imputil.py | 140 return getattr(top_module, parts[1])
|
pstats.py | 578 getattr(self.stats, fn)(*processed)
|
shutil.py | 106 if hasattr(errno, err) and why.errno == getattr(errno, err):
|
tarfile.py | 653 self.name = getattr(self.fileobj, "name", None) 791 getattr(tarinfo, "sparse", None)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 676 meth = getattr(self, opname, None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 285 val = getattr(object, attr, 0) + 1
|
msvccompiler.py | 99 enc = getattr(s, "encode", None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 216 not getattr(self.editwin, 'interp', None) and
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 252 fix_class = getattr(mod, class_name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 87 method = getattr(self, 'cmd_' + cmd)
|
test_import.py | 350 if e.errno != getattr(errno, 'EOVERFLOW', None):
|
test_mmap.py | 244 prot = mmap.PROT_READ | getattr(mmap, 'PROT_EXEC', 0)
|
test_sys.py | 444 self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
|
Completed in 1006 milliseconds
<<21222324252627282930>>