MCPcopy 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
8class 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

PathClass · 0.50

Tested by

no test coverage detected