(self)
| 63 | self.function = self.fx.function |
| 64 | |
| 65 | def test_any(self) -> None: |
| 66 | assert_equal(str(AnyType(TypeOfAny.special_form)), "Any") |
| 67 | |
| 68 | def test_simple_unbound_type(self) -> None: |
| 69 | u = UnboundType("Foo") |
nothing calls this directly
no test coverage detected