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

Method exists

dvc/testing/cloud.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17 @abstractmethod
18 def exists(self):
19 pass
20
21 @abstractmethod
22 def mkdir(self, mode=0o777, parents=False, exist_ok=False):

Callers 15

resolve_outputFunction · 0.45
_modify_dataFunction · 0.45
load_fromMethod · 0.45
load_from_varsMethod · 0.45
imp_urlFunction · 0.45
check_missingFunction · 0.45
local_dvc_dirMethod · 0.45
open_repoFunction · 0.45
_clone_default_branchFunction · 0.45
removeFunction · 0.45
get_urlFunction · 0.45

Calls

no outgoing calls

Tested by 8

test_importMethod · 0.36
test_import_dirMethod · 0.36
test_add_to_remoteMethod · 0.36
testMethod · 0.36
test_dirMethod · 0.36
test_deletionMethod · 0.36