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

Function _is_numeric

xarray/plot/utils.py:731–733  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

729
730
731def _is_numeric(arr):
732 numpy_types = [np.floating, np.integer]
733 return _valid_numpy_subdtype(arr, numpy_types)
734
735
736def _add_colorbar(primitive, ax, cbar_ax, cbar_kwargs, cmap_params):

Callers 3

_infer_meta_dataFunction · 0.85
_parse_sizeFunction · 0.85
__init__Method · 0.85

Calls 1

_valid_numpy_subdtypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…