File: file%20descriptions.txt

package info (click to toggle)
pythoncard 0.8.1-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,352 kB
  • ctags: 4,594
  • sloc: python: 42,401; makefile: 55; sh: 22
file content (11 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Revision: $Revision: 1.3 $
Date:     $Date: 2002/02/06 20:05:49 $

Modules
    wxTurtleCurves.py
        Contains some standard curves such as dragon, c, and Hilbert.
    tWrapper.py
        Wrapper for wxTurtle to hide the underlying module used by a script. This is the module most scripts should use. wxTurtleCurves subclasses tWrapper, so whatever tWrapper subclasses will impact them as well.

turtle.py
    A program for viewing the output of scripts that use the turtle library.