/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 92 found = getattr(found, n) 95 found = getattr(found, n) 401 found = getattr(found, frag) 404 found = getattr(found, frag) 474 converter = getattr(self, converter) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 38 self.assertRaises(ReferenceError, getattr, p, 'tell') 128 method = getattr(self.f, methodname) 133 method = getattr(self.f, methodname) 164 self.assertRaises(IOError, getattr(self.f, attr)) 343 meth = getattr(f, methodname)
|
test_fileio.py | 39 self.assertRaises(ReferenceError, getattr, p, 'tell') 139 method = getattr(self.f, methodname)
|
test_heapq.py | 20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq') 25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
|
test_multibytecodec_support.py | 225 func = getattr(istream, name) 245 func = getattr(istream, name)
|
/external/chromium_org/third_party/pymock/ |
mock.py | 183 if getattr(func, self, None) is not None: 232 if getattr(obj, '__call__', None) is not None: 248 return getattr(obj, '__call__', None) is not None 398 return getattr(self, _the_name) 399 return getattr(sig, name) 649 obj = getattr(obj, entry) 670 wraps = getattr(self._mock_wraps, name) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 232 assert getattr(self, 'NameFinder') 233 assert getattr(self, 'FunctionGen') 234 assert getattr(self, 'ClassGen') 330 lineno = getattr(node, 'lineno', None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
FrameWork.py | 227 handler = getattr(self, name) 275 handler = getattr(self, name) 286 handler = getattr(window, name) 616 menuhandler = getattr(window, "domenu_" + callback) 618 menuhandler = getattr(self.bar.parent, "domenu_" + callback) 624 menuhandler = getattr(self.bar.parent, "domenu_" + callback) [all...] |
gensuitemodule.py | 509 fp.write(" if not getattr(v, '_propdict', None):\n") 512 fp.write(" for superclassname in getattr(v, '_superclassnames', []):\n") 515 fp.write(" v._propdict.update(getattr(superclass, '_propdict', {}))\n") 516 fp.write(" v._elemdict.update(getattr(superclass, '_elemdict', {}))\n") 517 fp.write(" v._propdict.update(getattr(v, '_privpropdict', {}))\n") 518 fp.write(" v._elemdict.update(getattr(v, '_privelemdict', {}))\n") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 232 assert getattr(self, 'NameFinder') 233 assert getattr(self, 'FunctionGen') 234 assert getattr(self, 'ClassGen') 330 lineno = getattr(node, 'lineno', None) [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t060leftrecursion.py | 37 # getattr(parser, grammarEntry)() 51 # r = getattr(parser, grammarEntry)()
|
/external/chromium/third_party/libjingle/source/talk/site_scons/ |
talk.py | 472 builder = getattr(env, component) 501 builder = getattr(env_64bit, component)
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_main.py | 336 more = getattr(obj, 'usage_more', '') 372 cmds = filter(lambda fn: not getattr(Command(fn), 'hide', 0), cmds)
|
/external/chromium_org/third_party/jinja2/ |
compiler.py | 585 mapping = getattr(self, dependency) 586 for name in getattr(visitor, dependency): 736 name = getattr(node, 'name', None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
plistlib.py | 411 handler = getattr(self, "begin_" + element, None) 416 handler = getattr(self, "end_" + element, None)
|
pyclbr.py | 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0), 332 getattr(b, 'lineno', 0)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fileio.py | 39 self.assertRaises(ReferenceError, getattr, p, 'tell') 139 method = getattr(self.f, methodname)
|
test_heapq.py | 20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq') 25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
|
test_multibytecodec_support.py | 225 func = getattr(istream, name) 245 func = getattr(istream, name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_result.py | 474 addFunction = getattr(result, add_attr) 478 result_list = getattr(result, message_attr)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
plistlib.py | 411 handler = getattr(self, "begin_" + element, None) 416 handler = getattr(self, "end_" + element, None)
|
pyclbr.py | 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0), 332 getattr(b, 'lineno', 0)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_result.py | 474 addFunction = getattr(result, add_attr) 478 result_list = getattr(result, message_attr)
|
/cts/tools/utils/ |
buildCts.py | 104 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
|
/cts/tools/utils/cts/ |
tools.py | 196 def GetAttr(self, tag, attr_name):
|