Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ __mul__
Method
__mul__
xarray/core/accessor_str.py:305–309 ·
view source on GitHub ↗
( self, num: int | Any, )
Source
from the content-addressed store, hash-verified
303
return
self.cat(other, sep=
""
)
304
305
def
__mul__(
306
self,
307
num: int | Any,
308
) -> T_DataArray:
309
return
self.repeat(num)
310
311
def
__mod__(
312
self,
Callers
nothing calls this directly
Calls
1
repeat
Method · 0.95
Tested by
no test coverage detected