Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py91 inspect.isasyncgen, inspect.isasyncgenfunction])
153 self.istest(inspect.isasyncgen,
/external/python/cpython3/Lib/
Dinspect.py196 def isasyncgen(object): function
/external/python/cpython3/Doc/library/
Dinspect.rst355 .. function:: isasyncgen(object)