/external/chromium_org/third_party/pymock/ |
mock.py | 164 func = func.__call__ 232 if getattr(obj, '__call__', None) is not None: 248 return getattr(obj, '__call__', None) is not None 252 if klass.__dict__.get('__call__') is not None: 951 def __call__(_mock_self, *args, **kwargs): member in class:CallableMixin 1156 def __call__(self, func): member in class:_patch 1611 def __call__(self, f): member in class:_patch_dict 1917 def __call__(self, *args, **kwargs): member in class:MagicProxy 2082 def __call__(self, *args, **kwargs): member in class:_Call [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
argparse.py | 96 return hasattr(obj, '__call__') or hasattr(obj, '__bases__') 799 def __call__(self, parser, namespace, values, option_string=None): member in class:Action 800 raise NotImplementedError(_('.__call__() not defined')) 834 def __call__(self, parser, namespace, values, option_string=None): member in class:_StoreAction 857 def __call__(self, parser, namespace, values, option_string=None): member in class:_StoreConstAction 926 def __call__(self, parser, namespace, values, option_string=None): member in class:_AppendAction 952 def __call__(self, parser, namespace, values, option_string=None): member in class:_AppendConstAction 974 def __call__(self, parser, namespace, values, option_string=None): member in class:_CountAction 993 def __call__(self, parser, namespace, values, option_string=None): member in class:_HelpAction 1014 def __call__(self, parser, namespace, values, option_string=None): member in class:_VersionAction 1071 def __call__(self, parser, namespace, values, option_string=None): member in class:_SubParsersAction 1117 def __call__(self, string): member in class:FileType [all...] |
site.py | 353 def __call__(self, code=None): member in class:setquit.Quitter 406 def __call__(self): member in class:_Printer 453 def __call__(self, *args, **kwds): member in class:_Helper
|
imputil.py | 54 assert hasattr(importFunc, '__call__') 533 assert hasattr(importFunc, '__call__')
|
cgitb.py | 270 def __call__(self, etype, evalue, etb): member in class:Hook
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 573 if hasattr(attr, '__call__'): 584 if not hasattr(attr, '__call__'): 594 def __call__(self, *args, **kwargs): member in class:MethodProxy
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
argparse.py | 96 return hasattr(obj, '__call__') or hasattr(obj, '__bases__') 799 def __call__(self, parser, namespace, values, option_string=None): member in class:Action 800 raise NotImplementedError(_('.__call__() not defined')) 834 def __call__(self, parser, namespace, values, option_string=None): member in class:_StoreAction 857 def __call__(self, parser, namespace, values, option_string=None): member in class:_StoreConstAction 926 def __call__(self, parser, namespace, values, option_string=None): member in class:_AppendAction 952 def __call__(self, parser, namespace, values, option_string=None): member in class:_AppendConstAction 974 def __call__(self, parser, namespace, values, option_string=None): member in class:_CountAction 993 def __call__(self, parser, namespace, values, option_string=None): member in class:_HelpAction 1014 def __call__(self, parser, namespace, values, option_string=None): member in class:_VersionAction 1071 def __call__(self, parser, namespace, values, option_string=None): member in class:_SubParsersAction 1117 def __call__(self, string): member in class:FileType [all...] |
site.py | 353 def __call__(self, code=None): member in class:setquit.Quitter 406 def __call__(self): member in class:_Printer 453 def __call__(self, *args, **kwds): member in class:_Helper
|
imputil.py | 54 assert hasattr(importFunc, '__call__') 533 assert hasattr(importFunc, '__call__')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 573 if hasattr(attr, '__call__'): 584 if not hasattr(attr, '__call__'): 594 def __call__(self, *args, **kwargs): member in class:MethodProxy
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 21 def __call__(self, x): member in class:Callable 806 def __call__(self): member in class:SubclassableWeakrefTestCase.test_subclass_refs.MyRef 808 return super(MyRef, self).__call__() [all...] |
test_builtin.py | 188 # Classic and new-style classes evaluate __call__() differently 189 c.__call__ = None 191 del c.__call__ 193 n.__call__ = None 195 del n.__call__ 199 def __call__(self): pass member in class:BuiltinTest.test_callable.N2 [all...] |
test_socketserver.py | 242 def __call__(self, *args): member in class:SocketServerTest.mocked_select_module.MockSelect
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 21 def __call__(self, x): member in class:Callable 806 def __call__(self): member in class:SubclassableWeakrefTestCase.test_subclass_refs.MyRef 808 return super(MyRef, self).__call__() [all...] |
test_builtin.py | 188 # Classic and new-style classes evaluate __call__() differently 189 c.__call__ = None 191 del c.__call__ 193 n.__call__ = None 195 del n.__call__ 199 def __call__(self): pass member in class:BuiltinTest.test_callable.N2 [all...] |
test_socketserver.py | 242 def __call__(self, *args): member in class:SocketServerTest.mocked_select_module.MockSelect
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
main.py | 226 if not hasattr(getattr(testCaseClass, attrname), '__call__'):
|
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 190 def __call__(self, wr=None): member in class:Finalize
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 250 def __call__(self, *args, **kw): member in class:RegressionTests.CheckSetDict.NotHashable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 190 def __call__(self, wr=None): member in class:Finalize
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 250 def __call__(self, *args, **kw): member in class:RegressionTests.CheckSetDict.NotHashable
|
/external/chromium_org/third_party/jinja2/ |
utils.py | 573 def __call__(self): member in class:Joiner 599 def __call__(self, *args, **kwargs): member in class:.partial
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 209 def __call__(self, lib, unique_addrs): member in class:MemoizedForSet
|