(self)
| 112 | return [from_pygen_point(t) for t in self.ft.geometry()] |
| 113 | |
| 114 | def limit_rect(self) -> mi.Rect: |
| 115 | r = self.ft.limit_rect() |
| 116 | return from_pygen_rect(r) |
| 117 | |
| 118 | def parse(self): |
| 119 | self.ft.parse() |
nothing calls this directly
no test coverage detected