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

Class MissingFile

Lib/test/test_tomllib/test_data.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class MissingFile:
13 def __init__(self, path: Path):
14 self.path = path
15
16
17DATA_DIR = Path(__file__).parent / "data"

Callers 1

test_data.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected