(self, options = None)
| 124 | _fields_ = genFields(_names, _types) |
| 125 | |
| 126 | def __init__(self, options = None): |
| 127 | if options == None: |
| 128 | options = '' |
| 129 | self.parse_options(options) |
| 130 | |
| 131 | def __str__(self): |
| 132 | s = '' |
nothing calls this directly
no test coverage detected