MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _rules

Function _rules

Scripts/codegen/tests/test_xml_passthrough_emit.py:14–19  ·  view source on GitHub ↗
(attr: str, ue_type: str)

Source from the content-addressed store, hash-verified

12
13
14def _rules(attr: str, ue_type: str) -> dict:
15 return {
16 "default_type": "float",
17 "type_mappings": {attr: ue_type},
18 "element_rules": {"thing": {}},
19 }
20
21
22def test_float_attr_emits_printf_with_toggle_guard():

Calls

no outgoing calls

Tested by

no test coverage detected