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

Method iter_tests

Lib/test/libregrtest/runtests.py:128–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 return len(self.tests)
127
128 def iter_tests(self) -> Iterator[TestName]:
129 if self.forever:
130 while True:
131 yield from self.tests
132 else:
133 yield from self.tests
134
135 def json_file_use_stdout(self) -> bool:
136 # Use STDOUT in two cases:

Callers 2

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected