module documentation

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() -> str: (source)

Returns the Python version as a dot-separated string.

knownPlatforms: dict[str, str] = (source)

Undocumented

platform = (source)

Undocumented

platformType = (source)

Undocumented