Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Architecture
Class
Architecture
dpdk/dts/framework/config/__init__.py:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
@unique
25
class
Architecture(StrEnum):
26
i686 = auto()
27
x86_64 = auto()
28
x86_32 = auto()
29
arm64 = auto()
30
ppc64le = auto()
31
32
33
@unique
Callers
2
from_dict
Method · 0.85
from_dict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected