(self)
| 327 | |
| 328 | @property |
| 329 | def boundary_loops(self): |
| 330 | if self._extra_info.has_complex_boundary(): |
| 331 | return None |
| 332 | else: |
| 333 | return self._extra_info.get_boundary_loops() |
| 334 | |
| 335 | @property |
| 336 | def euler_characteristic(self): |
nothing calls this directly
no test coverage detected