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

Class ParsedPlatformIOConfig

ci/compiler/platformio_ini.py:154–161  ·  view source on GitHub ↗

Complete typed representation of a parsed platformio.ini file.

Source from the content-addressed store, hash-verified

152
153@dataclass
154class ParsedPlatformIOConfig:
155 """
156 Complete typed representation of a parsed platformio.ini file.
157 """
158
159 platformio_section: Optional[PlatformIOSection] = None
160 global_env_section: Optional[GlobalEnvSection] = None
161 environments: dict[str, EnvironmentSection] = field(default_factory=lambda: {})
162
163
164@dataclass

Callers 1

_parse_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected