Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_inspect.py96 inspect.isasyncgen, inspect.isasyncgenfunction])
155 self.istest(inspect.isasyncgen,
213 self.assertTrue(inspect.isasyncgen(async_gen_coro))
/third_party/python/Lib/
Dinspect.py323 def isasyncgen(object): function
/third_party/python/Doc/library/
Dinspect.rst383 .. function:: isasyncgen(object)