Home
last modified time | relevance | path

Searched refs:python_version_tuple (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmarkers.py188 "python_version": ".".join(platform.python_version_tuple()[:2]),
/third_party/python/Doc/library/
Dplatform.rst132 .. function:: python_version_tuple()
/third_party/python/Lib/
Dplatform.py1129 def python_version_tuple(): function