MCPcopy Index your code
hub / github.com/RustPython/RustPython / Rerun

Class Rerun

Lib/test/test_regrtest.py:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543
544@dataclasses.dataclass(slots=True)
545class Rerun:
546 name: str
547 match: str | None
548 success: bool
549
550
551class BaseTestCase(unittest.TestCase):

Calls

no outgoing calls