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

1 2 3 4 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:RawInputs
59 def __call__(self, *args): member in class:FakeOpener
113 register_module.raw_input = inputs.__call__
165 register_module.raw_input = inputs.__call__
183 register_module.raw_input = inputs.__call__
227 register_module.raw_input = inputs.__call__
238 register_module.raw_input = inputs.__call__
256 register_module.raw_input = inputs.__call__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:RawInputs
59 def __call__(self, *args): member in class:FakeOpener
113 register_module.raw_input = inputs.__call__
165 register_module.raw_input = inputs.__call__
183 register_module.raw_input = inputs.__call__
227 register_module.raw_input = inputs.__call__
238 register_module.raw_input = inputs.__call__
256 register_module.raw_input = inputs.__call__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 126 if not hasattr(entry[0], '__call__') or \
127 not hasattr(entry[1], '__call__') or \
128 (entry[2] is not None and not hasattr(entry[2], '__call__')) or \
129 (entry[3] is not None and not hasattr(entry[3], '__call__')) or \
130 (len(entry) > 4 and entry[4] is not None and not hasattr(entry[4], '__call__')) or \
131 (len(entry) > 5 and entry[5] is not None and not hasattr(entry[5], '__call__')):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 126 if not hasattr(entry[0], '__call__') or \
127 not hasattr(entry[1], '__call__') or \
128 (entry[2] is not None and not hasattr(entry[2], '__call__')) or \
129 (entry[3] is not None and not hasattr(entry[3], '__call__')) or \
130 (len(entry) > 4 and entry[4] is not None and not hasattr(entry[4], '__call__')) or \
131 (len(entry) > 5 and entry[5] is not None and not hasattr(entry[5], '__call__')):
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 3 operator.isCallable(obj) -> hasattr(obj, '__call__')
50 @invocation("hasattr(%s, '__call__')")
53 args = [obj.clone(), String(u", "), String(u"'__call__'")]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 3 operator.isCallable(obj) -> hasattr(obj, '__call__')
50 @invocation("hasattr(%s, '__call__')")
53 args = [obj.clone(), String(u", "), String(u"'__call__'")]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 40 def __call__(self, *args): member in class:memoized
55 return functools.partial(self.__call__, instance)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 56 def __call__(self, val): member in class:PrettyPrinter
58 raise NotImplementedError("PrettyPrinter __call__")
88 which has attributes: name, enabled, __call__.
102 If printer is an object, __call__ is a method of two arguments:
114 if not hasattr(printer, "__call__"):
115 raise TypeError("printer missing attribute: __call__")
197 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
249 def __call__(self, val): member in class:FlagEnumerationPrinter
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 56 def __call__(self, val): member in class:PrettyPrinter
58 raise NotImplementedError("PrettyPrinter __call__")
88 which has attributes: name, enabled, __call__.
102 If printer is an object, __call__ is a method of two arguments:
114 if not hasattr(printer, "__call__"):
115 raise TypeError("printer missing attribute: __call__")
197 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
249 def __call__(self, val): member in class:FlagEnumerationPrinter
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
signals.py 14 def __call__(self, signum, frame): member in class:_InterruptHandler
suite.py 42 if not hasattr(test, '__call__'):
63 def __call__(self, *args, **kwds): member in class:BaseTestSuite
268 def __call__(self, result): member in class:_ErrorHolder
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /development/tools/axl/
log.py 55 __call__ = log variable in class:Log
  /external/chromium_org/tools/telemetry/telemetry/unittest/
gtest_testrunner.py 19 def __call__(self, *args, **kwargs): member in class:GTestTestSuite
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
suite.py 48 if not hasattr(test, '__call__'):
69 def __call__(self, *args, **kwds): member in class:BaseTestSuite
284 def __call__(self, result): member in class:_ErrorHolder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
suite.py 48 if not hasattr(test, '__call__'):
69 def __call__(self, *args, **kwds): member in class:BaseTestSuite
284 def __call__(self, result): member in class:_ErrorHolder
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 196 def __call__(self, inst): member in class:FunkyProperties.get_desc
202 def __call__(self, inst, val): member in class:FunkyProperties.set_desc
208 def __call__(self, inst): member in class:FunkyProperties.del_desc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 196 def __call__(self, inst): member in class:FunkyProperties.get_desc
202 def __call__(self, inst, val): member in class:FunkyProperties.set_desc
208 def __call__(self, inst): member in class:FunkyProperties.del_desc

Completed in 1390 milliseconds

1 2 3 4 5 6 7 8