(self, compiled)
| 125 | return path |
| 126 | |
| 127 | def _dict(self, compiled) -> dict: |
| 128 | return compiled["conversion_chain"][0]["dict"] |
| 129 | |
| 130 | def test_union_of_union_flattens_to_single_inline(self): |
| 131 | # union( union(A, B), C ) → one flat inline; "x" from A wins over C. |
no outgoing calls
no test coverage detected