Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ get_axis_num
Method
get_axis_num
xarray/core/common.py:218–218 ·
view source on GitHub ↗
(self, dim: str)
Source
from the content-addressed store, hash-verified
216
217
@overload
218
def
get_axis_num(self, dim: str) -> int: ...
# type: ignore [overload-overlap]
219
220
@overload
221
def
get_axis_num(self, dim: Iterable[Hashable]) -> tuple[int, ...]: ...
Callers
15
to_iris
Function · 0.45
differentiate
Method · 0.45
_integrate_one
Method · 0.45
get_clean_interp_index
Function · 0.45
ffill
Function · 0.45
bfill
Function · 0.45
_validate_indexers
Method · 0.45
_shuffle
Method · 0.45
_shift_one_dim
Method · 0.45
_roll_one_dim
Method · 0.45
transpose
Method · 0.45
concat
Method · 0.45
Calls
1
_get_axis_num
Method · 0.95
Tested by
13
test_reduce
Function · 0.36
func
Function · 0.36
test_to_and_from_iris
Method · 0.36
test_to_and_from_iris_dask
Method · 0.36
test_aggregation
Method · 0.36
test_aggregation
Method · 0.36
test_aggregation
Method · 0.36
test_interpolate_pd_compat
Function · 0.36
test_interpolate_pd_compat_non_uniform_index
Function · 0.36
test_interpolate_pd_compat_polynomial
Function · 0.36
test_rolling_properties
Method · 0.36
test_mean
Method · 0.36