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

Method get_name

tools/ng/toolchain.py:33–35  ·  view source on GitHub ↗

Get toolchain name.

(self)

Source from the content-addressed store, hash-verified

31
32 @abstractmethod
33 def get_name(self) -> str:
34 """Get toolchain name."""
35 pass
36
37 @abstractmethod
38 def detect(self) -> bool:

Callers 3

rt_varea_map_with_msgFunction · 0.45
_dumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected