Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ OS
Class
OS
dpdk/dts/framework/config/__init__.py:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
@unique
34
class
OS(StrEnum):
35
linux = auto()
36
freebsd = auto()
37
windows = auto()
38
39
40
@unique
Callers
2
from_dict
Method · 0.85
from_dict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected