HomeSort by relevance Sort by last modified time
    Searched defs:__call__ (Results 201 - 225 of 438) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Expression.py 253 def __call__(self, RealValue=False, Depth=0): member in class:ValueExpression
  /external/autotest/client/common_lib/test_utils/
mock.py 204 def __call__(self, *args, **dargs): member in class:mock_function
  /external/autotest/scheduler/
drone_utility.py 124 See drone_utility.ProcessRefresher.__call__ for details.
457 def __call__(self, pidfile_paths): member in class:ProcessRefresher
  /external/autotest/server/
site_utils.py 83 def __call__(cls, *args, **kwargs): member in class:Singleton
86 cls._instances[cls] = super(Singleton, cls).__call__(
    [all...]
  /external/libmojo/third_party/jinja2/
runtime.py 177 fn = __obj.__call__
273 def __call__(self): member in class:BlockReference
333 __call__ = loop variable in class:LoopContext
393 def __call__(self, *args, **kwargs): member in class:Macro
495 __mod__ = __rmod__ = __pos__ = __neg__ = __call__ = \
utils.py 512 def __call__(self): member in class:Joiner
  /external/libmojo/third_party/ply/
lex.py 97 def __call__(self,*args,**kwargs): member in class:NullLogger
677 if hasattr(t,"__call__"):
    [all...]
  /external/ply/ply/ply/
lex.py 97 def __call__(self, *args, **kwargs): member in class:NullLogger
688 if hasattr(t, '__call__'):
    [all...]
  /external/python/cpython2/Lib/bsddb/
dbtables.py 70 def __call__(self, s): member in class:Cond
77 def __call__(self, s): member in class:ExactCond
84 def __call__(self, s): member in class:PrefixCond
91 def __call__(self, s): member in class:PostfixCond
108 def __call__(self, s): member in class:LikeCond
  /external/python/cpython2/Lib/idlelib/idle_test/
test_calltips.py 28 def __call__(self, ci): 'doc' member in class:TC
29 __call__.tip = "(self, ci)"
53 class SB: __call__ = None
117 for meth in (TC.t1, TC.t2, TC.t3, TC.t4, TC.t5, TC.t6, TC.__call__):
126 (tc.__call__, '(ci)'), (tc, '(ci)'), (TC.cm, "(a)"),):
157 def __call__(self, ci): member in class:Get_signatureTest.test_attribute_exception.Call
  /external/python/cpython2/Lib/idlelib/
rpc.py 570 if hasattr(attr, '__call__'):
581 if not hasattr(attr, '__call__'):
591 def __call__(self, *args, **kwargs): member in class:MethodProxy
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 550 def __call__(self, which): member in class:DelayedComponentItem
  /external/python/cpython2/Lib/
symtable.py 27 def __call__(self, table, filename): member in class:SymbolTableFactory
  /external/python/cpython2/Lib/test/
test_socketserver.py 251 def __call__(self, *args): member in class:SocketServerTest.mocked_select_module.MockSelect
test_timeit.py 32 def __call__(self): member in class:FakeTimer
  /external/python/cpython2/Lib/unittest/test/
test_suite.py 351 def __call__(self, *args, **kw): member in class:Test_TestSuite.test_overriding_call.MySuite
353 unittest.TestSuite.__call__(self, *args, **kw)
  /external/python/cpython2/Tools/ccbench/
ccbench.py 163 def __call__(self, start_time, min_duration, end_event, do_yield=False): member in class:TimedLoop
  /external/python/cpython2/Tools/i18n/
pygettext.py 367 def __call__(self, ttype, tstring, stup, etup, line):
362 def __call__(self, ttype, tstring, stup, etup, line): member in class:TokenEater
  /external/python/cpython3/Lib/email/
headerregistry.py 554 used if "name" (see __call__) does not appear in the registry.
576 def __call__(self, name, value): member in class:HeaderRegistry
  /external/python/cpython3/Lib/
enum.py 265 def __call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1): member in class:EnumMeta
518 # __call__ (i.e. Color(3) ), and by pickle
    [all...]
functools.py 273 def __call__(*args, **keywords): member in class:partial
275 raise TypeError("descriptor '__call__' of partial needs an argument")
symtable.py 27 def __call__(self, table, filename): member in class:SymbolTableFactory
  /external/python/cpython3/Lib/idlelib/idle_test/
test_calltips.py 26 def __call__(self, ci): 'doc' member in class:TC
27 __call__.tip = "(self, ci)"
50 class SB: __call__ = None
119 for meth in (TC.t1, TC.t2, TC.t3, TC.t4, TC.t5, TC.t6, TC.__call__):
128 (tc.__call__, '(ci)'), (tc, '(ci)'), (TC.cm, "(a)"),):
160 def __call__(self, ci): member in class:.test_attribute_exception.Call
  /external/python/cpython3/Lib/multiprocessing/
util.py 167 def __call__(self, wr=None, member in class:Finalize
  /external/python/cpython3/Lib/sqlite3/test/
regression.py 262 def __call__(self, *args, **kw): member in class:RegressionTests.CheckSetDict.NotHashable

Completed in 613 milliseconds

1 2 3 4 5 6 7 891011>>