HomeSort by relevance Sort by last modified time
    Searched full:__call__ (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 229 elif openhook and not hasattr(openhook, '__call__'):
re.py 318 if hasattr(action, '__call__'):
xmlrpclib.py 943 def __call__(self, *args): member in class:_MultiCallMethod
992 def __call__(self): member in class:MultiCall
1223 def __call__(self, *args): member in class:_Method
1601 def __call__(self, attr): member in class:ServerProxy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 558 A.__call__ = A()
test_py3kwarn.py 302 "Use hasattr(obj, '__call__').")
test_collections.py 425 self.validate_abstract_methods(Callable, '__call__')
426 self.validate_isinstance(Callable, '__call__')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 244 def __call__(self, s): member in class:WriteWrapper
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 270 def __call__(self, etype, evalue, etb): member in class:Hook
fileinput.py 229 elif openhook and not hasattr(openhook, '__call__'):
re.py 318 if hasattr(action, '__call__'):
xmlrpclib.py 943 def __call__(self, *args): member in class:_MultiCallMethod
992 def __call__(self): member in class:MultiCall
1223 def __call__(self, *args): member in class:_Method
1601 def __call__(self, attr): member in class:ServerProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 558 A.__call__ = A()
test_py3kwarn.py 302 "Use hasattr(obj, '__call__').")
test_collections.py 425 self.validate_abstract_methods(Callable, '__call__')
426 self.validate_isinstance(Callable, '__call__')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 244 def __call__(self, s): member in class:WriteWrapper
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 481 if not hasattr(c, '__call__') and hasattr(types, 'ClassType') and type(c) != types.ClassType:
715 if not hasattr(c, '__call__') and hasattr(types, 'ClassType') and type(c) != types.ClassType:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 134 if hasattr(func, '__call__'):
510 if initializer is not None and not hasattr(initializer, '__call__'):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 481 if not hasattr(c, '__call__') and hasattr(types, 'ClassType') and type(c) != types.ClassType:
715 if not hasattr(c, '__call__') and hasattr(types, 'ClassType') and type(c) != types.ClassType:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 134 if hasattr(func, '__call__'):
510 if initializer is not None and not hasattr(initializer, '__call__'):
    [all...]
  /external/chromium_org/third_party/ply/
lex.py 97 def __call__(self,*args,**kwargs): member in class:NullLogger
677 if hasattr(t,"__call__"):
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 801 objects through the __call__ method. Unparsed arguments, including
1189 def __call__(self, argv): member in class:FlagValues
1998 def __call__(mcs, *args, **kwargs): member in class:_ArgumentParserCache
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 801 objects through the __call__ method. Unparsed arguments, including
1189 def __call__(self, argv): member in class:FlagValues
1998 def __call__(mcs, *args, **kwargs): member in class:_ArgumentParserCache
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.form_based_credentials_backend_unittest_base.html 67 <dl><dt><a name="FormBasedCredentialsBackendUnitTestBase-__call__"><strong>__call__</strong></a>(self, *args, **kwds)</dt></dl>
telemetry.page.page_measurement_unittest_base.html 68 <dl><dt><a name="PageMeasurementUnitTestBase-__call__"><strong>__call__</strong></a>(self, *args, **kwds)</dt></dl>
telemetry.unittest.tab_test_case.html 64 <dl><dt><a name="TabTestCase-__call__"><strong>__call__</strong></a>(self, *args, **kwds)</dt></dl>

Completed in 770 milliseconds

1 2 3 45 6 7 8