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

Function python_build

Lib/platform.py:1240–1246  ·  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

1238 return _sys_version()[3]
1239
1240def python_build():
1241
1242 """ Returns a tuple (buildno, builddate) stating the Python
1243 build number and date as strings.
1244
1245 """
1246 return _sys_version()[4:6]
1247
1248def python_compiler():
1249

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…