Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
ToolchainInfo:
18
""
"Toolchain information."
""
19
name: str
20
version: str
21
path: str
22
prefix: str =
""
23
suffix: str =
""
24
25
26
class
Toolchain(ABC):
Callers
3
detect
Method · 0.85
detect
Method · 0.85
detect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected