MCPcopy Index your code
hub / github.com/python/cpython / platform.py

File platform.py

Lib/platform.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1""" This module tries to retrieve as much platform-identifying data as
2 possible. It makes this information available via function APIs.
3
4 If called from the command line, it prints the platform

Callers

nothing calls this directly

Calls 3

frozendictClass · 0.85
maketransMethod · 0.80
_mainFunction · 0.70

Tested by

no test coverage detected