(self, shape=())
| 419 | enumType = "uint16" |
| 420 | |
| 421 | def _atom(self, shape=()): |
| 422 | return tb.EnumAtom(self.enum, "red", base=self.enumType, shape=shape) |
| 423 | |
| 424 | def test00a_reopen(self): |
| 425 | """Reopening a file with extendable arrays using enumerated data.""" |
no outgoing calls
no test coverage detected