def get_python_version_tuple(self): '''Returns the Python version as tuple (major, minor, patchlevel) of strings''' return platform.python_version_tuple()