MCPcopy Index your code
hub / github.com/astral-sh/python-build-standalone / run

Method run

pythonbuild/buildenv.py:94–98  ·  view source on GitHub ↗
(self, program, user="build", environment=None)

Source from the content-addressed store, hash-verified

92 )
93
94 def run(self, program, user="build", environment=None):
95 if isinstance(program, str) and not program.startswith("/"):
96 program = "/build/%s" % program
97
98 container_exec(self.container, program, user=user, environment=environment)
99
100 def get_tools_archive(self, dest, name):
101 log("copying container files to %s" % dest)

Callers 2

Calls 1

container_execFunction · 0.85

Tested by

no test coverage detected