(self, context)
| 578 | |
| 579 | _inputhook = None |
| 580 | def inputhook(self, context): |
| 581 | if self._inputhook is not None: |
| 582 | self._inputhook(context) |
| 583 | |
| 584 | active_eventloop = None |
| 585 | def enable_gui(self, gui=None): |
nothing calls this directly
no outgoing calls
no test coverage detected