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

1 2 3 45 6 7 8 91011>>

  /external/autotest/venv/lucifer/
handlers.py 47 def __call__(self, event, msg): member in class:EventHandler
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 123 def __call__(self, parser, namespace, values, option_string=None): member in class:MarkdownHelpAction
  /external/devlib/devlib/module/
vexpress.py 50 def __call__(self): member in class:VexpressDtrHardReset
86 def __call__(self): member in class:VexpressReboottxtHardReset
124 def __call__(self): member in class:VexpressBootModule
321 def __call__(self, image_bundle=None, images=None, bootargs=None): member in class:VersatileExpressFlashModule
  /external/libyuv/files/tools_libyuv/autoroller/unittests/
roll_deps_test.py 56 def __call__(self, *args, **kwargs): member in class:FakeCmd
  /external/python/cpython2/Demo/metaclasses/
Synch.py 149 def __call__(self, *args, **kw): member in class:LockingMethodWrapper
  /external/python/cpython2/Demo/newmetaclasses/
Eiffel.py 58 def __call__(self, *args, **kwargs): member in class:EiffelMethodWrapper
  /external/python/cpython2/Demo/pdist/
client.py 156 def __call__(self, *args): member in class:_stub
  /external/python/cpython2/Lib/
cgitb.py 270 def __call__(self, etype, evalue, etb): member in class:Hook
  /external/python/cpython2/Lib/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__
  /external/python/cpython3/Lib/
cgitb.py 267 def __call__(self, etype, evalue, etb): member in class:Hook
contextlib.py 49 def __call__(self, func): member in class:ContextDecorator
  /external/python/cpython3/Lib/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:Inputs
59 def __call__(self, *args): member in class:FakeOpener
121 register_module.input = inputs.__call__
175 register_module.input = inputs.__call__
193 register_module.input = inputs.__call__
237 register_module.input = inputs.__call__
248 register_module.input = inputs.__call__
266 register_module.input = inputs.__call__
308 register_module.input = inputs.__call__
  /external/python/cpython3/Lib/test/
test_doctest.py 2372 def __call__(self, *args, **kwargs): member in class:Wrapper
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testcallable.py 26 self.assertFalse(hasattr(mock, '__call__'))
101 def __call__(self): member in class:TestCallable.test_patch_spec_callable_class.CallableX
  /external/python/cpython3/Tools/demo/
eiffel.py 67 def __call__(self, *args, **kwargs): member in class:EiffelMethodWrapper
  /external/scapy/scapy/
ansmachine.py 118 def __call__(self, *args, **kargs): member in class:AnsweringMachine
base_classes.py 221 def __call__(cls, *args, **kargs): member in class:Packet_metaclass
supersocket.py 264 def __call__(self, *arg, **karg): member in class:TunTapInterface
  /external/selinux/python/semanage/
test-semanage.py 241 def __call__(self, parser, namespace, values, option_string=None): member in class:CheckTest
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
layers_dense_variational_test.py 46 def __call__(self): member in class:Counter
99 def __call__(self, *args, **kwargs): member in class:MockKLDivergence
  /external/tensorflow/tensorflow/contrib/graph_editor/
transform.py 311 to a transformer instance (that is, a call to __call__). An instance
312 is created for the life-time of the __call__ function and is passed as
390 def __call__(self, member in class:Transformer
  /external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
grid_rnn_cell.py 160 def __call__(self, inputs, state, scope=None): member in class:GridRNNCell
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
input_pipeline.py 560 def __call__(self): member in class:TimeSeriesInputFn
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
wrappers.py 328 def __call__(self, inputs, initial_state=None, **kwargs): member in class:Bidirectional
335 return super(Bidirectional, self).__call__(inputs, **kwargs)
351 # Applies the same workaround as in `RNN.__call__`, without handling
377 output = super(Bidirectional, self).__call__(full_input, **kwargs)
381 return super(Bidirectional, self).__call__(inputs, **kwargs)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/wrappers/
scikit_learn_test.py 118 def __call__(self, hidden_dim): member in class:ScikitLearnAPIWrapperTest.test_classify_class_build_fn.ClassBuildFnClf
134 def __call__(self, hidden_dim): member in class:ScikitLearnAPIWrapperTest.test_classify_inherit_class_build_fn.InheritClassBuildFnClf
160 def __call__(self, hidden_dim): member in class:ScikitLearnAPIWrapperTest.test_regression_class_build_fn.ClassBuildFnReg
176 def __call__(self, hidden_dim): member in class:ScikitLearnAPIWrapperTest.test_regression_inherit_class_build_fn.InheritClassBuildFnReg

Completed in 825 milliseconds

1 2 3 45 6 7 8 91011>>