MCPcopy 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_suitesFunction · 0.45
from_dictMethod · 0.45
load_configFunction · 0.45

Calls 1

PortConfigClass · 0.85

Tested by

no test coverage detected