Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coldtype/st2
/ on_linux
Function
on_linux
ST2/util.py:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
def
on_windows():
return
_os() ==
"Windows"
6
def
on_mac():
return
_os() ==
"Darwin"
7
def
on_linux():
return
_os() ==
"Linux"
8
9
10
def
clear_frame_changers(fn):
Callers
nothing calls this directly
Calls
1
_os
Function · 0.85
Tested by
no test coverage detected