Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_cross_compiled
Function
is_cross_compiled
Lib/test/libregrtest/utils.py:600–601 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
598
599
600
def
is_cross_compiled() -> bool:
601
return
(
'_PYTHON_HOST_PLATFORM'
in os.environ)
602
603
604
def
format_resources(use_resources: dict[str, str | None]) -> str:
Callers
2
display_header
Function · 0.85
_add_cross_compile_opts
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…