MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_cross_compiled

Function is_cross_compiled

Lib/test/libregrtest/utils.py:587–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585
586
587def is_cross_compiled() -> bool:
588 return ('_PYTHON_HOST_PLATFORM' in os.environ)
589
590
591def format_resources(use_resources: Iterable[str]) -> str:

Callers 2

display_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected