MCPcopy Create free account
hub / github.com/F-Stack/f-stack / BuildTargetInfo

Class BuildTargetInfo

dpdk/dts/framework/config/__init__.py:199–207  ·  view source on GitHub ↗

Class to hold important versions within the build target. This is very similar to the NodeInfo class, it just instead holds information for the build target.

Source from the content-addressed store, hash-verified

197
198@dataclass(slots=True, frozen=True)
199class BuildTargetInfo:
200 """Class to hold important versions within the build target.
201
202 This is very similar to the NodeInfo class, it just instead holds information
203 for the build target.
204 """
205
206 dpdk_version: str
207 compiler_version: str
208
209
210class TestSuiteConfigDict(TypedDict):

Callers 1

get_build_target_infoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected