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

Method is_isolated

pythonbuild/buildenv.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31
32 @property
33 def is_isolated(self):
34 return True
35
36 def copy_file(self, source: pathlib.Path, dest_path=None, dest_name=None):
37 dest_name = dest_name or source.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected