MCPcopy
hub / github.com/pydata/xarray / dtype

Method dtype

xarray/coding/strings.py:277–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

275
276 @property
277 def dtype(self):
278 return np.dtype("S" + str(self.array.shape[-1]))
279
280 @property
281 def shape(self) -> tuple[int, ...]:

Callers 3

create_vlen_dtypeFunction · 0.45
decodeMethod · 0.45
char_to_bytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected