MCPcopy Create free account
hub / github.com/PyTables/PyTables / _atom

Method _atom

tables/tests/test_enum.py:421–422  ·  view source on GitHub ↗
(self, shape=())

Source from the content-addressed store, hash-verified

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."""

Callers 5

test00a_reopenMethod · 0.95
test00b_reopenMDMethod · 0.95
test01_appendMethod · 0.95
test02_appendMDMethod · 0.95
test03_setitemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected