MCPcopy Create free account
hub / github.com/astral-sh/python-build-standalone / __init__

Method __init__

pythonbuild/buildenv.py:143–146  ·  view source on GitHub ↗
(self, td)

Source from the content-addressed store, hash-verified

141
142class TempdirContext:
143 def __init__(self, td):
144 self.td = pathlib.Path(td)
145
146 self.tools_path = str(self.td / "tools")
147
148 @property
149 def is_isolated(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected