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

Method __init__

pythonbuild/buildenv.py:27–30  ·  view source on GitHub ↗
(self, container)

Source from the content-addressed store, hash-verified

25
26class ContainerContext:
27 def __init__(self, container):
28 self.container = container
29
30 self.tools_path = "/tools"
31
32 @property
33 def is_isolated(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected