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

Class Rerun

Lib/test/test_regrtest.py:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582@dataclasses.dataclass(slots=True)
583class Rerun:
584 name: str
585 match: str | None
586 success: bool
587
588
589class BaseTestCase(unittest.TestCase):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…