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

Method detect

tools/ng/toolchain.py:38–40  ·  view source on GitHub ↗

Detect if toolchain is available.

(self)

Source from the content-addressed store, hash-verified

36
37 @abstractmethod
38 def detect(self) -> bool:
39 """Detect if toolchain is available."""
40 pass
41
42 @abstractmethod
43 def configure_environment(self, env) -> None:

Callers 2

checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected