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

Function python_compiler

Lib/platform.py:1248–1254  ·  view source on GitHub ↗

Returns a string identifying the compiler used for compiling Python.

()

Source from the content-addressed store, hash-verified

1246 return _sys_version()[4:6]
1247
1248def python_compiler():
1249
1250 """ Returns a string identifying the compiler used for compiling
1251 Python.
1252
1253 """
1254 return _sys_version()[6]
1255
1256### The Opus Magnum of platform strings :-)
1257

Callers

nothing calls this directly

Calls 1

_sys_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…