Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.5.0b3.rst37 inspect.getcoroutinestate, inspect.getcoroutinelocals; coroutines no longer
/external/python/cpython3/Lib/test/
Dtest_inspect.py1921 self.assertEqual(inspect.getcoroutinelocals(coro),
1924 self.assertEqual(inspect.getcoroutinelocals(coro),
/external/python/cpython3/Lib/
Dinspect.py1679 def getcoroutinelocals(coroutine): function
/external/python/cpython3/Doc/library/
Dinspect.rst1290 .. function:: getcoroutinelocals(coroutine)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1315 :func:`~inspect.isawaitable`, :func:`~inspect.getcoroutinelocals`,