Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ __init__
Method
__init__
dvc/cli/command.py:38–41 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
36
37
class
CmdBaseNoRepo(CmdBase):
38
def
__init__(self, args):
39
self.args = args
40
41
os.chdir(args.cd)
42
43
def
do_run(self):
44
return
self.run()
Callers
nothing calls this directly
Calls
1
chdir
Method · 0.45
Tested by
no test coverage detected