MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / Binding

Class Binding

Buildscripts/DevicetreeCompiler/source/models.py:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44@dataclass
45class Binding:
46 filename: str
47 compatible: list[str]
48 description: str
49 properties: list[BindingProperty]
50 includes: list[str]
51 bus: str = None

Callers 1

parse_bindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected