MCPcopy Create free account
hub / github.com/FastLED/FastLED / get_real_board_name

Method get_real_board_name

ci/boards.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 return out
171
172 def get_real_board_name(self) -> str:
173 return self.real_board_name if self.real_board_name else self.board_name
174
175 def to_dictionary(self) -> dict[str, list[str]]:
176 out: dict[str, list[str]] = {}

Callers 5

to_platformio_iniMethod · 0.95
compile_with_pio_ciFunction · 0.80
create_build_dirFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected