MCPcopy
hub / github.com/diffgram/diffgram / get_system_os

Method get_system_os

install.py:461–467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return fingerprint
460
461 def get_system_os(self):
462 os_name = os.name.lower()
463 system = platform.system().lower()
464 release = platform.release().lower()
465
466 os_data = f"{os_name} {system} {release}"
467 return os_data
468
469 def populate_env(self):
470 env_file = ''

Callers 1

populate_envMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected