MCPcopy
hub / github.com/treeverse/dvc / PythonFileCorruptedError

Class PythonFileCorruptedError

dvc/utils/serialize/_py.py:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class PythonFileCorruptedError(ParseError):
14 def __init__(self, path, message="Python file structure is corrupted"):
15 super().__init__(path, message)
16
17
18def load_py(path, fs=None, **kwargs):

Callers 3

parse_pyFunction · 0.85
parse_py_for_updateFunction · 0.85
_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected