Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ from_dict
Method
from_dict
dpdk/dts/framework/config/__init__.py:83–84 ·
view source on GitHub ↗
(node: str, d: dict)
Source
from the content-addressed store, hash-verified
81
82
@staticmethod
83
def
from_dict(node: str, d: dict) ->
"PortConfig"
:
84
return
PortConfig(node=node, **d)
85
86
87
@dataclass(slots=True, frozen=True)
Callers
3
_run_all_suites
Function · 0.45
from_dict
Method · 0.45
load_config
Function · 0.45
Calls
1
PortConfig
Class · 0.85
Tested by
no test coverage detected