MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / python_compiler

Function python_compiler

tools/python-3.11.9-amd64/Lib/platform.py:1175–1181  ·  view source on GitHub ↗

Returns a string identifying the compiler used for compiling Python.

()

Source from the content-addressed store, hash-verified

1173 return _sys_version()[4:6]
1174
1175def python_compiler():
1176
1177 """ Returns a string identifying the compiler used for compiling
1178 Python.
1179
1180 """
1181 return _sys_version()[6]
1182
1183### The Opus Magnum of platform strings :-)
1184

Callers

nothing calls this directly

Calls 1

_sys_versionFunction · 0.85

Tested by

no test coverage detected