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

..03-May-2022-

READMEH A D04-Jun-2020538 97

__init__.pyH A D04-Jun-20200 10

inputhook.pyH A D21-Feb-202119.1 KiB593458

inputhookglut.pyH A D04-Jun-20205.5 KiB15571

inputhookgtk.pyH A D04-Jun-20201.1 KiB3714

inputhookgtk3.pyH A D04-Jun-20201.1 KiB3614

inputhookpyglet.pyH A D04-Jun-20203.2 KiB9348

inputhookqt4.pyH A D04-Jun-20207.1 KiB197109

inputhookqt5.pyH A D04-Jun-20207.1 KiB198110

inputhooktk.pyH A D04-Jun-2020748 249

inputhookwx.pyH A D04-Jun-20206.2 KiB167101

matplotlibtools.pyH A D04-Jun-20205.3 KiB152104

qt.pyH A D04-Jun-2020785 2417

qt_for_kernel.pyH A D04-Jun-20203.5 KiB11985

qt_loaders.pyH A D04-Jun-20207.7 KiB282209

version.pyH A D04-Jun-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