Searched refs:getcoroutinelocals (Results 1 – 5 of 5) sorted by relevance
37 inspect.getcoroutinestate, inspect.getcoroutinelocals; coroutines no longer
2109 self.assertEqual(inspect.getcoroutinelocals(coro),2112 self.assertEqual(inspect.getcoroutinelocals(coro),
1718 def getcoroutinelocals(coroutine): function
1330 .. function:: getcoroutinelocals(coroutine)
1315 :func:`~inspect.isawaitable`, :func:`~inspect.getcoroutinelocals`,