Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ SchemaNode
Class
SchemaNode
Scripts/codegen/build_mjcf_schema_snapshot.py:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
@dataclass
49
class
SchemaNode:
50
name: str
51
occurrence: str =
"*"
52
attrs: List[str] = field(default_factory=list)
53
children: List[
"SchemaNode"
] = field(default_factory=list)
54
55
56
def
_extract_mjcf_block(src_text: str) -> str:
Callers
1
_parse_tree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected