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

Function broadcast

xarray/structure/alignment.py:1176–1178  ·  view source on GitHub ↗
(
    obj1: T_Obj1, /, *, exclude: str | Iterable[Hashable] | None = None
)

Source from the content-addressed store, hash-verified

1174
1175@overload
1176def broadcast(
1177 obj1: T_Obj1, /, *, exclude: str | Iterable[Hashable] | None = None
1178) -> tuple[T_Obj1]: ...
1179
1180
1181@overload

Callers 15

quiverFunction · 0.90
streamplotFunction · 0.90
_prepare_plot1d_dataFunction · 0.90
factorizeMethod · 0.90
_weighted_quantileMethod · 0.90
curvefitFunction · 0.90
selMethod · 0.90
np_cov_indFunction · 0.90
np_covFunction · 0.90
np_corr_indFunction · 0.90
np_corrFunction · 0.90
test_covcorr_consistencyFunction · 0.90

Calls 3

alignFunction · 0.85
_broadcast_helperFunction · 0.85

Tested by 15

np_cov_indFunction · 0.72
np_covFunction · 0.72
np_corr_indFunction · 0.72
np_corrFunction · 0.72
test_covcorr_consistencyFunction · 0.72
test_multiple_groupersFunction · 0.72
test_broadcast_likeMethod · 0.72
test_broadcastMethod · 0.72
test_broadcast_nocopyMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…