Searched refs:python_version_tuple (Results 1 – 9 of 9) sorted by relevance
209 major, minor = _plat.python_version_tuple()[0:2]236 major, minor = _plat.python_version_tuple()[0:2]
270 "python_version": ".".join(platform.python_version_tuple()[:2]),
135 .. function:: python_version_tuple()
132 .. function:: python_version_tuple()
1116 def python_version_tuple(): function
1502 def python_version_tuple(): function
3205 Changed platform module API python_version_tuple() to actually return a
3469 python_version_tuple() since they produced different output compared to