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

Method test_created

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

Source from the content-addressed store, hash-verified

2910 return inspect.getcoroutinestate(self.coroutine)
2911
2912 def test_created(self):
2913 self.assertEqual(self._coroutinestate(), inspect.CORO_CREATED)
2914
2915 def test_suspended(self):
2916 self.coroutine.send(None)

Callers

nothing calls this directly

Calls 2

_coroutinestateMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected