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

Class BindingProperty

Buildscripts/DevicetreeCompiler/source/models.py:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35@dataclass
36class BindingProperty:
37 name: str
38 type: str
39 required: bool
40 description: str
41 default: object = None
42 element_type: str = None
43
44@dataclass
45class Binding:

Callers 1

parse_bindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected