c4d71eae2f
From [the documentation](https://docs.python.org/3.9/library/platform.html#platform.platform): > Returns a single string identifying the underlying platform with as much useful information as possible. The output is intended to be human readable rather than machine parseable. It may look different on different platforms and this is intended. Changed in version 3.8: On macOS, the function now uses mac_ver(), if it returns a non-empty release string, to get the macOS version rather than the darwin version. The main advantage of this change is that it provides the architecture of the platform, which is increasingly relevant as ARM systems are becoming more common. |
||
---|---|---|
.. | ||
aqt | ||
bundle | ||
icons | ||
mac | ||
tests | ||
tools | ||
.isort.cfg | ||
.pylintrc | ||
bazelfixes.py | ||
BUILD.bazel | ||
dmypy.py | ||
mypy.ini | ||
README.md | ||
runanki.py |
Python's Qt GUI is in aqt/