(self, app=None)
| 330 | |
| 331 | A null inputhook that doesn't need to do anything""" |
| 332 | def enable(self, app=None): |
| 333 | warn("This function is deprecated since IPython 5.0 and will be removed in future versions.", |
| 334 | DeprecationWarning, stacklevel=2) |
| 335 | |
| 336 | @inputhook_manager.register('wx') |
| 337 | class WxInputHook(InputHookBase): |
nothing calls this directly
no outgoing calls
no test coverage detected