We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b157b commit cc6a3b2Copy full SHA for cc6a3b2
Lib/test/test_inspect/test_inspect.py
@@ -2878,7 +2878,7 @@ def _coroutinestate(self):
2878
2879
def test_created(self):
2880
self.assertEqual(self._coroutinestate(), inspect.CORO_CREATED)
2881
-
+
2882
def test_generator_based_coroutine_introspection(self):
2883
from inspect import getcoroutinestate
2884
from types import coroutine
0 commit comments