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

Method path

pex/common.py:683–686  ·  view source on GitHub ↗

The path of the chroot.

(self)

Source from the content-addressed store, hash-verified

681 self._file_index = {} # type: Dict[str, Optional[str]]
682
683 def path(self):
684 # type: () -> str
685 """The path of the chroot."""
686 return self.chroot
687
688 def _normalize(self, dst):
689 # type: (str) -> str

Callers 2

assert_chroot_permsFunction · 0.95
test_chroot_zip_symlinkFunction · 0.95

Calls

no outgoing calls

Tested by 2

assert_chroot_permsFunction · 0.76
test_chroot_zip_symlinkFunction · 0.76