MCPcopy 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

865class _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_versionFunction · 0.45
_get_machine_win32Function · 0.45
get_win32Method · 0.45
processorMethod · 0.45
_sys_versionFunction · 0.45
platformFunction · 0.45

Calls 2

getattrFunction · 0.85
funcFunction · 0.50

Tested by

no test coverage detected