(self)
| 320 | |
| 321 | @property |
| 322 | def num_boundary_loops(self): |
| 323 | if self._extra_info.has_complex_boundary(): |
| 324 | return -1 |
| 325 | else: |
| 326 | return self._extra_info.get_num_boundary_loops() |
| 327 | |
| 328 | @property |
| 329 | def boundary_loops(self): |
nothing calls this directly
no test coverage detected