MCPcopy Index your code
hub / github.com/PyTables/PyTables / dtype

Method dtype

tables/table.py:559–561  ·  view source on GitHub ↗

Numpy ``dtype`` that most closely matches this table.

(self)

Source from the content-addressed store, hash-verified

557
558 @lazyattr
559 def dtype(self) -> np.dtype:
560 """Numpy ``dtype`` that most closely matches this table."""
561 return self.description._v_dtype
562
563 @property
564 def shape(self) -> tuple[int]:

Callers 15

__init__Method · 0.45
_column__create_indexFunction · 0.45
from_sctypeMethod · 0.45
__init__Method · 0.45
reorder_slicesMethod · 0.45
append_columnsFunction · 0.45
EmptyEArrayTestCaseClass · 0.45

Calls

no outgoing calls