HomeSort by relevance Sort by last modified time
    Searched refs:getattr (Results 126 - 150 of 674) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 96 f = getattr(_hashlib, 'openssl_' + name)
cmd.py 218 func = getattr(self, 'do_' + cmd)
274 compfunc = getattr(self, 'complete_' + cmd)
301 func = getattr(self, 'help_' + arg)
304 doc=getattr(self, 'do_' + arg).__doc__
333 elif getattr(self, name).__doc__:
sets.py 282 transform = getattr(element, "__as_temporarily_immutable__", None)
362 transform = getattr(element, "__as_immutable__", None)
372 transform = getattr(element, "__as_immutable__", None)
507 transform = getattr(element, "__as_immutable__", None)
520 transform = getattr(element, "__as_temporarily_immutable__", None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 52 if (not (imports.children or getattr(imports, 'value', None)) or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 103 get = getattr(klass, ("_get_" + name)).im_func
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
runner.py 26 return getattr(self.stream,attr)
158 startTestRun = getattr(result, 'startTestRun', None)
164 stopTestRun = getattr(result, 'stopTestRun', None)
case.py 143 return getattr(self.testcase, value)
204 testMethod = getattr(self, methodName)
299 addSkip = getattr(result, 'addSkip', None)
311 startTestRun = getattr(result, 'startTestRun', None)
318 testMethod = getattr(self, self._testMethodName)
320 if (getattr(self.__class__, "__unittest_skip__", False) or
321 getattr(testMethod, "__unittest_skip__", False)):
324 skip_why = (getattr(self.__class__, '__unittest_skip_why__', '')
325 or getattr(testMethod, '__unittest_skip_why__', ''))
344 addExpectedFailure = getattr(result, 'addExpectedFailure', None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 103 def __getattr__(self, attr): return getattr(self.file, attr)
123 getattr(aifc, '_write_' + what)(f, x)
125 return getattr(aifc, '_read_' + what)(f)
test_string.py 13 realresult = getattr(string, methodname)(object, *args)
22 getattr(string, methodname),
28 getattr(string, methodname)(object, *args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 20 return getattr(self.stream,attr)
147 startTestRun = getattr(result, 'startTestRun', None)
153 stopTestRun = getattr(result, 'stopTestRun', None)
case.py 188 testMethod = getattr(self, methodName)
289 addSkip = getattr(result, 'addSkip', None)
301 startTestRun = getattr(result, 'startTestRun', None)
308 testMethod = getattr(self, self._testMethodName)
309 if (getattr(self.__class__, "__unittest_skip__", False) or
310 getattr(testMethod, "__unittest_skip__", False)):
313 skip_why = (getattr(self.__class__, '__unittest_skip_why__', '')
314 or getattr(testMethod, '__unittest_skip_why__', ''))
337 addExpectedFailure = getattr(result, 'addExpectedFailure', None)
345 addUnexpectedSuccess = getattr(result, 'addUnexpectedSuccess', None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 103 def __getattr__(self, attr): return getattr(self.file, attr)
123 getattr(aifc, '_write_' + what)(f, x)
125 return getattr(aifc, '_read_' + what)(f)
test_string.py 13 realresult = getattr(string, methodname)(object, *args)
22 getattr(string, methodname),
28 getattr(string, methodname)(object, *args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 20 return getattr(self.stream,attr)
147 startTestRun = getattr(result, 'startTestRun', None)
153 stopTestRun = getattr(result, 'stopTestRun', None)
case.py 188 testMethod = getattr(self, methodName)
289 addSkip = getattr(result, 'addSkip', None)
301 startTestRun = getattr(result, 'startTestRun', None)
308 testMethod = getattr(self, self._testMethodName)
309 if (getattr(self.__class__, "__unittest_skip__", False) or
310 getattr(testMethod, "__unittest_skip__", False)):
313 skip_why = (getattr(self.__class__, '__unittest_skip_why__', '')
314 or getattr(testMethod, '__unittest_skip_why__', ''))
337 addExpectedFailure = getattr(result, 'addExpectedFailure', None)
345 addUnexpectedSuccess = getattr(result, 'addUnexpectedSuccess', None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 122 next = getattr(cur, "next")
135 next = getattr(cur, "next")
164 next = getattr(cur, "next")
178 next = getattr(cur, "next")
317 rv = _DeadlockWrap(getattr(self.dbc, "next"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 218 func = getattr(self, 'do_' + cmd)
274 compfunc = getattr(self, 'complete_' + cmd)
301 func = getattr(self, 'help_' + arg)
304 doc=getattr(self, 'do_' + arg).__doc__
333 elif getattr(self, name).__doc__:
sets.py 282 transform = getattr(element, "__as_temporarily_immutable__", None)
362 transform = getattr(element, "__as_immutable__", None)
372 transform = getattr(element, "__as_immutable__", None)
507 transform = getattr(element, "__as_immutable__", None)
520 transform = getattr(element, "__as_temporarily_immutable__", None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 122 next = getattr(cur, "next")
135 next = getattr(cur, "next")
164 next = getattr(cur, "next")
178 next = getattr(cur, "next")
317 rv = _DeadlockWrap(getattr(self.dbc, "next"))
  /external/chromium_org/third_party/jinja2/
nodes.py 67 storage.extend(getattr(bases[0], attr, ()))
160 yield name, getattr(self, name)
241 ', '.join('%s=%r' % (arg, getattr(self, arg, None)) for
329 attribute lookups directly into getattr calls and does *not* use the
559 if filter_ is None or getattr(filter_, 'contextfilter', False):
563 if getattr(filter_, 'evalcontextfilter', False):
565 elif getattr(filter_, 'environmentfilter', False):
609 if getattr(obj, 'contextfunction', False):
611 elif getattr(obj, 'evalcontextfunction', False):
613 elif getattr(obj, 'environmentfunction', False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 23 return getattr(self._logcursor, v)
26 v = getattr(self._logcursor, "next")()
68 return getattr(self._dbcursor, v)
78 v = getattr(self._dbcursor, "next")()
218 return getattr(self._db, "has_key")(k)
241 return getattr(self._db, v)
383 return getattr(self._dbenv, v)
404 return getattr(self._dbsequence, v)
492 print 'py module: %s' % getattr(bsddb, "__file"+suffix)
493 print 'extension module: %s' % getattr(bsddb, "__file"+suffix
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 23 return getattr(self._logcursor, v)
26 v = getattr(self._logcursor, "next")()
68 return getattr(self._dbcursor, v)
78 v = getattr(self._dbcursor, "next")()
218 return getattr(self._db, "has_key")(k)
241 return getattr(self._db, v)
383 return getattr(self._dbenv, v)
404 return getattr(self._dbsequence, v)
492 print 'py module: %s' % getattr(bsddb, "__file"+suffix)
493 print 'extension module: %s' % getattr(bsddb, "__file"+suffix
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 430 val = not getattr(self, opt_name)
433 val = getattr(self, opt_name)
510 if getattr(self, attrname) is None:
516 val = getattr(self, attr)
541 setattr(self, attr, convert_path(getattr(self, attr)))
581 setattr(self, attr, change_root(self.root, getattr(self, attr)))

Completed in 611 milliseconds

1 2 3 4 56 7 8 91011>>