[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- tdl.map.AStar:
A* pathfinder
- tdl.event.App:
Application framework.
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- tdl.event.Event:
Base Event class.
- tdl.Typewriter:
Converts a console into a scrolling text log that respects special
characters.
- tdl._MetaConsole:
Contains methods shared by both the Console and Window classes.
- tdl.Console:
Contains character and color data and can be drawn to.
- tdl.Window:
A Window contains a small isolated part of a Console.