MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ToolchainInfo

Class ToolchainInfo

tools/ng/toolchain.py:17–23  ·  view source on GitHub ↗

Toolchain information.

Source from the content-addressed store, hash-verified

15
16@dataclass
17class ToolchainInfo:
18 """Toolchain information."""
19 name: str
20 version: str
21 path: str
22 prefix: str = ""
23 suffix: str = ""
24
25
26class Toolchain(ABC):

Callers 3

detectMethod · 0.85
detectMethod · 0.85
detectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected