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

..03-May-2022-

READMEH A D06-Oct-2020538 97

__init__.pyH A D06-Oct-20200 10

inputhook.pyH A D06-Oct-202019 KiB589457

inputhookglut.pyH A D06-Oct-20205.5 KiB15471

inputhookgtk.pyH A D06-Oct-20201.1 KiB3714

inputhookgtk3.pyH A D06-Oct-20201.1 KiB3614

inputhookpyglet.pyH A D06-Oct-20203.2 KiB9348

inputhookqt4.pyH A D06-Oct-20207.1 KiB197109

inputhookqt5.pyH A D06-Oct-20207.3 KiB200110

inputhooktk.pyH A D06-Oct-2020748 249

inputhookwx.pyH A D06-Oct-20206.2 KiB167101

matplotlibtools.pyH A D06-Oct-20206 KiB170117

qt.pyH A D06-Oct-2020782 2417

qt_for_kernel.pyH A D06-Oct-20203.5 KiB11985

qt_loaders.pyH A D06-Oct-20207.7 KiB282209

version.pyH A D06-Oct-20201.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