(self, options = None)
| 140 | _fields_ = genFields(_names, _types) |
| 141 | |
| 142 | def __init__(self, options = None): |
| 143 | if options == None: |
| 144 | options = '' |
| 145 | self.parse_options(options) |
| 146 | |
| 147 | def __str__(self): |
| 148 | s = '' |
nothing calls this directly
no test coverage detected