Trees | Indices | Help |
|
---|
|
object --+ | writer_t
Base class for all module/code writers.
All writers should have similar usage:
w = writer_class(module, file, ...) w.write()
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Static Methods | |||
|
|||
|
Class Variables | |
logger = _logging_.loggers.file_writer
|
Properties | |
encoding encoding name used to write generated code to files |
|
extmodule The root of the code creator tree ( code_creators.module_t ) |
|
files_sum_repository |
Method Details |
|
Main write method. Should be overridden by derived classes. |
Write a source file. This method writes the string content into the specified file. An additional fixed header is written at the top of the file before content.
|
Property Details |
encodingencoding name used to write generated code to files |
extmoduleThe root of the code creator tree ( code_creators.module_t ) |
files_sum_repository |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:13 2008 | http://epydoc.sourceforge.net |