Home
last modified time | relevance | path

Searched refs:GEN_CLOSED (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_generators.py496 self.assertEqual(inspect.getgeneratorstate(gen_b), inspect.GEN_CLOSED)
Dtest_inspect.py1974 self.assertEqual(self._generatorstate(), inspect.GEN_CLOSED)
1979 self.assertEqual(self._generatorstate(), inspect.GEN_CLOSED)
/external/python/cpython3/Lib/
Dinspect.py1656 GEN_CLOSED = 'GEN_CLOSED' variable
1670 return GEN_CLOSED
/external/python/cpython3/Doc/library/
Dinspect.rst1287 * GEN_CLOSED: Execution has completed.
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1897 'GEN_CLOSED'