Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class
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
45
class
Binding:
Callers
1
parse_binding
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected