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

Class Info

tables/description.py:948–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946 """Test code."""
947
948 class Info(IsDescription): # noqa: D101
949 _v_pos = 2
950 Name = UInt32Col()
951 Value = Float64Col()
952
953 class Test(IsDescription):
954 """A description that has several columns."""

Callers 1

TestClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected