MCPcopy Create free account
hub / github.com/bugy/script-server / is_linux

Function is_linux

src/utils/os_utils.py:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def is_linux():
13 global os_name
14 return os_name == 'posix'
15
16
17def is_mac():

Callers 1

is_pty_supportedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected