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

Method chdir

dvc/fs/git.py:50–51  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

48 return self.fs.getcwd()
49
50 def chdir(self, path):
51 self.fs.chdir(path)
52
53 @property
54 def rev(self) -> str:

Callers 15

__init__Method · 0.45
__init__Method · 0.45
_switch_fsFunction · 0.45
collect_revFunction · 0.45
saveMethod · 0.45
_repro_dvcMethod · 0.45
test_repo_with_plotsFunction · 0.45
cdFunction · 0.45

Calls

no outgoing calls