class documentation
class ShellWriter(object):
Helper class to write scripts with indentation.
| Method | __init__ |
Initializes this class. |
| Method | |
Decrease indentation level by 1. |
| Method | |
Increase indentation level by 1. |
| Method | |
Write line to output file. |
| Constant | INDENT |
Undocumented |
| Instance Variable | _fh |
Undocumented |
| Instance Variable | _indent |
Undocumented |
| Instance Variable | _indent |
Undocumented |