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

Method __init__

dvc/utils/serialize/_common.py:54–56  ·  view source on GitHub ↗
(self, path: "StrPath", encoding: str)

Source from the content-addressed store, hash-verified

52 """We could not read a file with the given encoding"""
53
54 def __init__(self, path: "StrPath", encoding: str):
55 self.encoding = encoding
56 super().__init__(path, f"is not valid {encoding}")
57
58
59def _load_data(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected