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

Function get_host_runner

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

Source from the content-addressed store, hash-verified

579
580
581def get_host_runner() -> str:
582 if (hostrunner := os.environ.get("_PYTHON_HOSTRUNNER")) is None:
583 hostrunner = sysconfig.get_config_var("HOSTRUNNER")
584 return hostrunner
585
586
587def is_cross_compiled() -> bool:

Callers 2

display_headerFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected