HomeSort by relevance Sort by last modified time
    Searched full:getattr (Results 676 - 700 of 795) sorted by null

<<21222324252627282930>>

  /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)
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
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 709 return getattr(self, which), maxsize
712 getattr(self, which).close()
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 330 if (const SectionAttr *SA = D.getAttr<SectionAttr>())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py     [all...]
test_math.py     [all...]
test_optparse.py 158 encoding = getattr(save_stdout, 'encoding', None)
    [all...]
test_socket.py 130 test_method = getattr(self, '_' + methodname)
    [all...]
test_tarfile.py 217 self.assertRaises(AttributeError, getattr, fobj, "name")
482 self.assertTrue(getattr(tarinfo, k) == v,
    [all...]

Completed in 1131 milliseconds

<<21222324252627282930>>