MCPcopy Index your code
hub / github.com/python/cpython / _coroutinestate

Method _coroutinestate

Lib/test/test_inspect/test_inspect.py:2909–2910  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2907 self.coroutine.close()
2908
2909 def _coroutinestate(self):
2910 return inspect.getcoroutinestate(self.coroutine)
2911
2912 def test_created(self):
2913 self.assertEqual(self._coroutinestate(), inspect.CORO_CREATED)

Callers 5

test_createdMethod · 0.95
test_suspendedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected