inspect.getcoroutinelocals(coroutine)
This function is analogous to getgeneratorlocals()
, but works for coroutine objects created by async def
functions.
New in version 3.5.
inspect.getcoroutinelocals(coroutine)
This function is analogous to getgeneratorlocals()
, but works for coroutine objects created by async def
functions.
New in version 3.5.
Please login to continue.