Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
class
MissingFile:
13
def
__init__(self, path: Path):
14
self.path = path
15
16
17
DATA_DIR = Path(__file__).parent /
"data"
Callers
1
test_data.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected