Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
587
def
is_cross_compiled() -> bool:
588
return
(
'_PYTHON_HOST_PLATFORM'
in os.environ)
589
590
591
def
format_resources(use_resources: Iterable[str]) -> 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