Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ __init__
Method
__init__
helper/buildparser.py:9–11 ·
view source on GitHub ↗
(self, cmd: str, path: Path = Path())
Source
from the content-addressed store, hash-verified
7
8
class
CMD:
9
def
__init__(self, cmd: str, path: Path = Path()):
10
self.path = path.absolute()
11
self.cmd = cmd
12
13
def
__str__(self):
14
return
f
"CMD[path: {self.path}\n"
+ f
" cmd: {self.cmd}]"
Callers
nothing calls this directly
Calls
1
Path
Class · 0.50
Tested by
no test coverage detected