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

Method toarray

tables/atom.py:1221–1223  ·  view source on GitHub ↗

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

(self, object_: Any)

Source from the content-addressed store, hash-verified

1219 return "%s()" % self.__class__.__name__
1220
1221 def toarray(self, object_: Any) -> NoReturn:
1222 """Convert an `object_` into an array of base atoms."""
1223 raise NotImplementedError
1224
1225 def fromarray(self, array: Any) -> NoReturn:
1226 """Convert an `array` of base atoms into an object."""

Callers 3

appendMethod · 0.45
_assign_valuesMethod · 0.45
test_object_atomMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_object_atomMethod · 0.36