• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-May-2022538 97

__init__.pyH A D03-May-20220 10

inputhook.pyH A D03-May-202219.1 KiB593458

inputhookglut.pyH A D03-May-20225.5 KiB15571

inputhookgtk.pyH A D03-May-20221.1 KiB3714

inputhookgtk3.pyH A D03-May-20221.1 KiB3614

inputhookpyglet.pyH A D03-May-20223.2 KiB9348

inputhookqt4.pyH A D03-May-20227.1 KiB197109

inputhookqt5.pyH A D03-May-20227.1 KiB198110

inputhooktk.pyH A D03-May-2022748 249

inputhookwx.pyH A D03-May-20226.4 KiB170104

matplotlibtools.pyH A D03-May-20225.3 KiB152104

qt.pyH A D03-May-2022785 2417

qt_for_kernel.pyH A D03-May-20223.5 KiB11985

qt_loaders.pyH A D03-May-20227.7 KiB282209

version.pyH A D03-May-20221.2 KiB3715

README

1# Parts of IPython, files from: https://github.com/ipython/ipython/tree/rel-1.0.0/IPython
2# The files in this package are extracted from IPython to aid the main loop integration
3# See tests_mainloop for some manually runable tests
4
5# What we are doing is reusing the "inputhook" functionality (i.e. what in IPython
6# ends up on PyOS_InputHook) and using it in the pydevconsole context.
7# Rather that having the callbacks called in PyOS_InputHook, we use a custom XML-RPC
8# Server (HookableXMLRPCServer) that calls the inputhook when idle
9