mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 04:22:42 +07:00
- Extend inputhookqt6 to support both PyQt6 and PySide6 - Add PySide support to inputhooks - Switch to PySide6 in qt_loaders GitOrigin-RevId: 7391fcb053cdb7bd4e8c610f4ffbb02dc40acaa3
# Parts of IPython, files from: https://github.com/ipython/ipython/tree/rel-1.0.0/IPython # The files in this package are extracted from IPython to aid the main loop integration # See tests_mainloop for some manually runable tests # What we are doing is reusing the "inputhook" functionality (i.e. what in IPython # ends up on PyOS_InputHook) and using it in the pydevconsole context. # Rather that having the callbacks called in PyOS_InputHook, we use a custom XML-RPC # Server (HookableXMLRPCServer) that calls the inputhook when idle