(attr: str, ue_type: str)
| 12 | |
| 13 | |
| 14 | def _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 | |
| 22 | def test_float_attr_emits_printf_with_toggle_guard(): |
no outgoing calls
no test coverage detected