MCPcopy
hub / github.com/pex-tool/pex / join

Method join

testing/pytest_utils/tmp.py:47–49  ·  view source on GitHub ↗
(self, *components)

Source from the content-addressed store, hash-verified

45 symlink = attr.ib(default=None) # type: Optional[str]
46
47 def join(self, *components):
48 # type: (*str) -> str
49 return os.path.join(self.path, *components)
50
51 def safe_remove(self):
52 # type: () -> None

Calls

no outgoing calls