Home
last modified time | relevance | path

Searched refs:simple_method (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/examples/python/data_transmission/
Dalts_client.py23 from client import simple_method
34 simple_method(stub)
Dclient.py41 def simple_method(stub): function
129 simple_method(stub)
DREADME.cn.md9 `client.py: simple_method`
DREADME.en.md9 `client.py: simple_method`
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp5 void simple_method() {} in simple_method() function in C
19 instance.simple_method(); in call_simple_method()
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dbasic_definitions.py41 def simple_method(self): member in SimpleClass
/external/python/cpython3/Lib/
Denum.py2130 simple_method = getattr(simple_enum, method, None)
2133 simple_method = simple_method.__func__
2134 if checked_method != simple_method:
2138 "simple -> %r" % (simple_method, ),
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info_test.py208 test_fn = basic_definitions.SimpleClass.simple_method