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

Function python_build

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

Returns a tuple (buildno, builddate) stating the Python build number and date as strings.

()

Source from the content-addressed store, hash-verified

1165 return _sys_version()[3]
1166
1167def python_build():
1168
1169 """ Returns a tuple (buildno, builddate) stating the Python
1170 build number and date as strings.
1171
1172 """
1173 return _sys_version()[4:6]
1174
1175def python_compiler():
1176

Callers

nothing calls this directly

Calls 1

_sys_versionFunction · 0.85

Tested by

no test coverage detected