module documentation
(source)

Undocumented

Class ​Platform Gives us information about the platform we're running on.
Function short​Python​Version Returns the Python version as a dot-separated string.
Variable known​Platforms Undocumented
Variable platform Undocumented
Variable platform​Type Undocumented
Variable _time​Functions 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

_timeFunctions: Dict[Optional[str], Callable] = (source)

Undocumented