Searched
full:getattr (Results
426 -
450 of
795) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 24 func = getattr(imageop, name)
|
test_modulefinder.py | 264 if getattr(__future__, "absolute_import", None):
|
test_os.py | 211 self.assertEqual(trunc(getattr(result, attr)), 212 result[getattr(stat, name)]) 272 self.assertEqual(getattr(result, 'f_' + member), result[value]) 605 self.check(getattr(os, f)) [all...] |
test_pep292.py | 17 obj = getattr(obj, part)
|
test_profile.py | 31 getattr(stats, methodname)()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 73 o = getattr(mod, name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 153 build_dir = getattr(build_cmd, cmd_option)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 168 doc = getattr(ob, "__doc__", "")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 158 type = getattr(self.pysyms, value, None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 143 if sys.platform == 'win32' and getattr(sys, 'frozen', False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 88 attr = getattr(file, maybemethod)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 29 getattr(self.pathmodule, attr)()
|
test_imageop.py | 24 func = getattr(imageop, name)
|
test_modulefinder.py | 264 if getattr(__future__, "absolute_import", None):
|
test_os.py | 211 self.assertEqual(trunc(getattr(result, attr)), 212 result[getattr(stat, name)]) 272 self.assertEqual(getattr(result, 'f_' + member), result[value]) 605 self.check(getattr(os, f)) [all...] |
test_pep292.py | 17 obj = getattr(obj, part)
|
test_profile.py | 31 getattr(stats, methodname)()
|
/system/media/camera/docs/ |
metadata_parser_xml.py | 257 helpers = [(i, getattr(metadata_helpers, i))
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t053hetero.py | 70 r = getattr(parser, grammarEntry)() 86 r = getattr(parser, grammarEntry)() 90 r = getattr(walker, treeEntry)()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
control.py | 422 excl_list = getattr(self.config, which + "_list") 433 excl_list = getattr(self.config, which + "_list") 444 return getattr(self.config, which + "_list")
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
APIspec.py | 341 if getattr(desc, attr) is not None: 343 consts[attr] != getattr(desc, attr)): 345 consts[attr] = getattr(desc, attr)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
text_format.py | 225 sub_message = getattr(message, field.name).add() 230 sub_message = getattr(message, field.name) 288 getattr(message, field.name).append(value)
|
/external/chromium_org/third_party/simplejson/ |
encoder.py | 412 _asdict = _namedtuple_as_object and getattr(value, '_asdict', None) 504 _asdict = _namedtuple_as_object and getattr(value, '_asdict', None) 543 _asdict = _namedtuple_as_object and getattr(o, '_asdict', None)
|
/external/chromium_org/tools/json_schema_compiler/ |
model.py | 418 prop_value = getattr(cls, prop_key) 493 hierarchy.append(getattr(entity, 'name', repr(entity))) 496 entity = getattr(entity, 'parent', None)
|
/external/mesa3d/src/mesa/main/ |
APIspec.py | 341 if getattr(desc, attr) is not None: 343 consts[attr] != getattr(desc, attr)): 345 consts[attr] = getattr(desc, attr)
|
Completed in 425 milliseconds
<<11121314151617181920>>