Searched refs:python_version_tuple (Results 1 – 8 of 8) sorted by relevance
65 if platform.python_version_tuple()[0] == '3':
209 major, minor = _plat.python_version_tuple()[0:2]236 major, minor = _plat.python_version_tuple()[0:2]
132 .. function:: python_version_tuple()
135 .. function:: python_version_tuple()
1114 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