(self, vtxinwit=())
| 309 | __slots__ = ['vtxinwit'] |
| 310 | |
| 311 | def __init__(self, vtxinwit=()): |
| 312 | object.__setattr__(self, 'vtxinwit', vtxinwit) |
| 313 | |
| 314 | def is_null(self): |
| 315 | for n in range(len(self.vtxinwit)): |
nothing calls this directly
no test coverage detected