inspect.getcoroutinelocals()

inspect.getcoroutinelocals(coroutine)

This function is analogous to getgeneratorlocals(), but works for coroutine objects created by async def functions.

New in version 3.5.

doc_python
2016-10-07 17:34:59
Comments
Leave a Comment

Please login to continue.