MCPcopy Index your code
hub / github.com/python/cpython / get_host_runner

Function get_host_runner

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

Source from the content-addressed store, hash-verified

592
593
594def get_host_runner() -> str:
595 if (hostrunner := os.environ.get("_PYTHON_HOSTRUNNER")) is None:
596 hostrunner = sysconfig.get_config_var("HOSTRUNNER")
597 return hostrunner
598
599
600def is_cross_compiled() -> bool:

Callers 2

display_headerFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…