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

Class Help

ci/compiler/packages.py:62–71  ·  view source on GitHub ↗

Help information with online resources

Source from the content-addressed store, hash-verified

60
61
62class Help(BaseModel):
63 """Help information with online resources"""
64
65 online: HttpUrl = Field(description="URL to online help resources")
66
67 model_config = ConfigDict(
68 json_schema_extra={
69 "example": {"online": "https://github.com/espressif/arduino-esp32"}
70 }
71 )
72
73
74class Board(BaseModel):

Callers 3

test_valid_helpMethod · 0.90
test_invalid_urlMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_valid_helpMethod · 0.72
test_invalid_urlMethod · 0.72