(self, shape=())
| 609 | enumType = "uint16" |
| 610 | |
| 611 | def _atom(self, shape=()): |
| 612 | return tb.EnumAtom(self.enum, "red", base=self.enumType, shape=shape) |
| 613 | |
| 614 | def test00a_reopen(self): |
| 615 | """Reopening a file with variable-length arrays using |
no outgoing calls
no test coverage detected