File: __init__.py

package info (click to toggle)
turing 0.11~beta-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,152 kB
  • sloc: python: 103,898; xml: 101; makefile: 50; sh: 29
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (7)
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.

"""