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