(self)
| 778 | self.monotone_constraints = None |
| 779 | |
| 780 | def __del__(self): |
| 781 | try: |
| 782 | self._free_handle() |
| 783 | except AttributeError: |
| 784 | pass |
| 785 | |
| 786 | def _free_handle(self): |
| 787 | if self.handle is not None: |
nothing calls this directly
no test coverage detected