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

Method reindex_all

xarray/structure/alignment.py:637–648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

635 )
636
637 def reindex_all(self) -> None:
638 self.results = tuple(
639 starmap(
640 self._reindex_one,
641 zip(
642 self.objects,
643 self.objects_matching_indexes,
644 self.objects_matching_index_vars,
645 strict=True,
646 ),
647 )
648 )
649
650 def align(self) -> None:
651 if not self.indexes and len(self.objects) == 1:

Callers 1

alignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected