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

Method _atom

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

Source from the content-addressed store, hash-verified

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

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