Home
last modified time | relevance | path

Searched refs:isasyncgen (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/aio/
D_call.py399 if inspect.isasyncgen(request_iterator) or hasattr(
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_call.py400 if inspect.isasyncgen(request_iterator) or hasattr(
/third_party/python/Lib/test/
Dtest_inspect.py91 inspect.isasyncgen, inspect.isasyncgenfunction])
150 self.istest(inspect.isasyncgen,
208 self.assertTrue(inspect.isasyncgen(async_gen_coro))
/third_party/python/Lib/
Dinspect.py205 def isasyncgen(object): function
/third_party/python/Doc/library/
Dinspect.rst377 .. function:: isasyncgen(object)