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

Function build_platform

Platforms/emscripten/__main__.py:211–214  ·  view source on GitHub ↗

The name of the build/host platform.

()

Source from the content-addressed store, hash-verified

209
210
211def build_platform():
212 """The name of the build/host platform."""
213 # Can also be found via `config.guess`.`
214 return sysconfig.get_config_var("BUILD_GNU_TYPE")
215
216
217def build_python_path(context):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…