Home
last modified time | relevance | path

Searched defs:_Call (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/lib2to3/tests/
Dtest_util.py79 def _Call(self, name, args=None, prefix=None): member in Test_Call
/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc287 BaseRef VM::_Call(const BaseRef &graph, const VectorRef &args) { in _Call() function in mindspore::compile::VM
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py60 class _Call(grpc.Call): class
/third_party/python/Lib/unittest/
Dmock.py2429 class _Call(tuple): class