Home
last modified time | relevance | path

Searched defs:_call (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Demo/pdist/
Dclient.py61 def _call(self, name, *args): member in Client
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py199 def _call(self, cb, *data): member in BaseSubprocessTransport
/external/tensorflow/tensorflow/python/framework/
Dfunction.py738 def _call(sig, *inputs, **kwargs): function
/external/python/cpython2/Lib/test/
D_mock_backport.py741 def _call_matcher(self, _call): argument
/external/python/cpython3/Lib/unittest/
Dmock.py749 def _call_matcher(self, _call): argument