Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_subrepo
Function · 0.80
_gen
Method · 0.80
_bench_dvc
Function · 0.80
isolate
Function · 0.80
test_repo_with_plots
Function · 0.80
test_nested_x_defn_collection
Function · 0.80
test_plots_empty_directory
Function · 0.80
make
Function · 0.80
test_commit_updates_to_cloud_versioning_dir
Function · 0.80
test_commit_multiple_files
Function · 0.80
test_checkout_empty_dir
Function · 0.80
test_checkouts_with_different_addressing
Function · 0.80
Calls
no outgoing calls
Tested by
15
isolate
Function · 0.64
test_repo_with_plots
Function · 0.64
test_nested_x_defn_collection
Function · 0.64
test_plots_empty_directory
Function · 0.64
make
Function · 0.64
test_commit_updates_to_cloud_versioning_dir
Function · 0.64
test_commit_multiple_files
Function · 0.64
test_checkout_empty_dir
Function · 0.64
test_checkouts_with_different_addressing
Function · 0.64
test_from_gitfs_when_pwd_not_in_root
Function · 0.64
test_walk_dont_ignore_subrepos
Function · 0.64
test_shared_cache_dir
Function · 0.64