exception documentation
class NotACoroutineError(TypeError): (source)
This error is raised when a coroutine is expected and something else is encountered.
class NotACoroutineError(TypeError): (source)
This error is raised when a coroutine is expected and something else is encountered.