Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_dtype
Function · 0.45
decode
Method · 0.45
char_to_bytes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected