| |
- __builtin__.object
-
- ATG
class ATG(__builtin__.object) |
|
Advanced Text Generator is a class, created to generate multiple
text files from table data. |
|
Methods defined here:
- __init__(self, data, template)
- Constructor.
data - an instance of the data.Data class (i.e. CSVData)
template - an instance of the template.Template class (i.e. TemplateV2)
- log(self, text)
- Print information
- write_files(self, outputDir='.')
- Write generated files to the given directory.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |