You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
guillermoponce c9d05aea23 Adding new skecth for data analysis from the experiments 6 months ago
..
__pycache__ Adding new skecth for data analysis from the experiments 6 months ago
README Adding new skecth for data analysis from the experiments 6 months ago
__init__.py Adding new skecth for data analysis from the experiments 6 months ago
inputhook.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookglut.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookgtk.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookgtk3.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookpyglet.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookqt4.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookqt5.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookqt6.py Adding new skecth for data analysis from the experiments 6 months ago
inputhooktk.py Adding new skecth for data analysis from the experiments 6 months ago
inputhookwx.py Adding new skecth for data analysis from the experiments 6 months ago
matplotlibtools.py Adding new skecth for data analysis from the experiments 6 months ago
qt.py Adding new skecth for data analysis from the experiments 6 months ago
qt_for_kernel.py Adding new skecth for data analysis from the experiments 6 months ago
qt_loaders.py Adding new skecth for data analysis from the experiments 6 months ago
version.py Adding new skecth for data analysis from the experiments 6 months ago

README

# 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