(self)
| 33 | return mi.MapType(int(t)) |
| 34 | |
| 35 | def bounds(self) -> mi.Rect: |
| 36 | b = self.mwm.bounds() |
| 37 | return from_pygen_rect(b) |
| 38 | |
| 39 | def sections_info(self) -> Dict[str, mi.SectionInfo]: |
| 40 | si = self.mwm.sections_info() |
nothing calls this directly
no test coverage detected