File: __init__.py

package info (click to toggle)
turing 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,340 kB
  • sloc: python: 106,582; xml: 101; makefile: 53; sh: 29
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
"""
This package contains generic tools that might be useful for IDE:

- console: offer an external console wrapper that prompt the user to press
  a key at the end of the console program. Useful for running short program
  in an external terminal.

"""