MCPcopy 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
600def is_cross_compiled() -> bool:
601 return ('_PYTHON_HOST_PLATFORM' in os.environ)
602
603
604def format_resources(use_resources: dict[str, str | None]) -> str:

Callers 2

display_headerFunction · 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…