File: README

package info (click to toggle)
pydevd 3.3.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,892 kB
  • sloc: python: 77,508; cpp: 1,869; sh: 368; makefile: 50; ansic: 4
file content (8 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# 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