(self, g)
| 93 | return capi.create_polygon(shell, holes_param, n_holes) |
| 94 | |
| 95 | def _clone(self, g): |
| 96 | if isinstance(g, GEOM_PTR): |
| 97 | return capi.geom_clone(g) |
| 98 | else: |
| 99 | return capi.geom_clone(g.ptr) |
| 100 | |
| 101 | def _construct_ring( |
| 102 | self, |
no outgoing calls
no test coverage detected