Home
last modified time | relevance | path

Searched defs:_add_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py37 def _add_callback(handler, callback): function
/third_party/python/Lib/asyncio/
Dbase_events.py1797 def _add_callback(self, handle): member in BaseEventLoop