Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get
Method
get
Lib/platform.py:867–869 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
865
class
_Processor:
866
@classmethod
867
def
get(cls):
868
func = getattr(cls, f
'get_{sys.platform}'
, cls.from_subprocess)
869
return
func() or
''
870
871
def
get_win32():
872
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
2
getattr
Function · 0.85
func
Function · 0.50
Tested by
no test coverage detected