Perform any additional setup outside of the standard __init__. For example, printing header data to the outfile.
(self)
| 131 | return filename |
| 132 | |
| 133 | def setup(self): |
| 134 | """ |
| 135 | Perform any additional setup outside of the standard __init__. |
| 136 | For example, printing header data to the outfile. |
| 137 | """ |
| 138 | pass |
| 139 | |
| 140 | def close(self): |
| 141 | """ |