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

Method path

pex/pex_builder.py:192–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 return self._chroot
191
192 def path(self):
193 # type: () -> str
194 return self.chroot().path()
195
196 @property
197 def info(self):

Calls 1

chrootMethod · 0.95