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

Method fromarray

tables/atom.py:1225–1227  ·  view source on GitHub ↗

Convert an `array` of base atoms into an object.

(self, array: Any)

Source from the content-addressed store, hash-verified

1223 raise NotImplementedError
1224
1225 def fromarray(self, array: Any) -> NoReturn:
1226 """Convert an `array` of base atoms into an object."""
1227 raise NotImplementedError
1228
1229
1230class _BufferedAtom(PseudoAtom):

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected