Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get
Method
get
Lib/platform.py:822–824 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
820
class
_Processor:
821
@classmethod
822
def
get(cls):
823
func = getattr(cls, f
'get_{sys.platform}'
, cls.from_subprocess)
824
return
func() or
''
825
826
def
get_win32():
827
try
:
Callers
6
_comparable_version
Function · 0.45
_get_machine_win32
Function · 0.45
get_win32
Method · 0.45
processor
Method · 0.45
_sys_version
Function · 0.45
platform
Function · 0.45
Calls
1
func
Function · 0.50
Tested by
no test coverage detected