Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ is_isolated
Method
is_isolated
pythonbuild/buildenv.py:149–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
147
148
@property
149
def
is_isolated(self):
150
return
False
151
152
def
copy_file(self, source: pathlib.Path, dest_path=None, dest_name=None):
153
if
dest_path:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected