module documentation
(source)

Undocumented

Class Platform Gives us information about the platform we're running on.
Function shortPythonVersion Returns the Python version as a dot-separated string.
Variable knownPlatforms Undocumented
Variable platform Undocumented
Variable platformType Undocumented
def shortPythonVersion(): (source)
Returns the Python version as a dot-separated string.
Returns
strUndocumented
knownPlatforms: dict[str, str] = (source)

Undocumented

platform = (source)

Undocumented

platformType = (source)

Undocumented