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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 265 typename = getattr(val, 'typename', None)
335 if getattr(val[0], 'typename', None) == 'StateSpec':
372 if not getattr(master, '_tile_loaded', False):
552 if not getattr(master, '_tile_loaded', False):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 76 itoken = getattr(token, label, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
optparse.py 653 getattr(__builtin__, self.type.__name__, None) is self.type) ):
895 if not hasattr(self, attr) or getattr(self, attr) is None:
897 return getattr(self, attr)
    [all...]
warnings.py 166 cat = getattr(m, klass)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 54 realresult = getattr(object, methodname)(*args)
65 realresult = getattr(object, methodname)(*args)
74 getattr(object, methodname),
82 getattr(object, methodname)(*args)
    [all...]
test_class.py 65 # "getattr",
test_pprint.py 128 f = getattr(pprint, function)
test_py3kwarn.py 168 self.assertWarning(getattr(f, attr), w, expected)
test_scope.py 554 return lambda obj: getattr(obj, des)
test_strtod.py 11 if getattr(sys, 'float_repr_style', '') != 'short':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 50 if getattr(C, "__hash__", None):
cookielib.py 798 attr = getattr(self, name)
924 fn = getattr(self, fn_name)
    [all...]
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
optparse.py 653 getattr(__builtin__, self.type.__name__, None) is self.type) ):
895 if not hasattr(self, attr) or getattr(self, attr) is None:
897 return getattr(self, attr)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 173 rec = getattr(c, "next")()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 108 self._dispatch[value] = getattr(self, name)
205 item = Getattr(item, nodelist[i + 1][1])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 440 return getattr(self, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 317 self.assertRaises(AttributeError, getattr, dll, "_xxx_yyy")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 224 data = getattr(metadata, name, "")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 491 state = getattr(self, verify_state)()
    [all...]
RemoteDebugger.py 128 return getattr(frame, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 265 typename = getattr(val, 'typename', None)
335 if getattr(val[0], 'typename', None) == 'StateSpec':
372 if not getattr(master, '_tile_loaded', False):
552 if not getattr(master, '_tile_loaded', False):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 76 itoken = getattr(token, label, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py 54 realresult = getattr(object, methodname)(*args)
65 realresult = getattr(object, methodname)(*args)
74 getattr(object, methodname),
82 getattr(object, methodname)(*args)
    [all...]

Completed in 657 milliseconds

<<21222324252627282930>>