tabbedwriter Developer's Guide |
||
Table of Contents
OverviewSimple app. Probably ought to be somewhere in the std python distribution.
ArchitectureTabbedWriter is an inheritable class, and might be used that way (giving self.indent, etc.). However, more likely is to use it as a standalone object. See default_wr as an example.
Edit CycleUse unittest-based regression testing, where pass/fail is tested via comparing the test output to a known good "oracle".
|
||
Creator: Harry George Updated/Created: 2004-10-30 |