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

Method mkdir

dvc/testing/cloud.py:22–23  ·  view source on GitHub ↗
(self, mode=0o777, parents=False, exist_ok=False)

Source from the content-addressed store, hash-verified

20
21 @abstractmethod
22 def mkdir(self, mode=0o777, parents=False, exist_ok=False):
23 pass
24
25 def write_text(self, contents, encoding=None, errors=None):
26 if not encoding:

Callers 15

make_subrepoFunction · 0.80
_genMethod · 0.80
_bench_dvcFunction · 0.80
isolateFunction · 0.80
test_repo_with_plotsFunction · 0.80
makeFunction · 0.80
test_checkout_empty_dirFunction · 0.80

Calls

no outgoing calls

Tested by 15

isolateFunction · 0.64
test_repo_with_plotsFunction · 0.64
makeFunction · 0.64
test_checkout_empty_dirFunction · 0.64
test_shared_cache_dirFunction · 0.64