MCPcopy Index your code
hub / github.com/pydata/xarray / test_can_pass_in_axis

Method test_can_pass_in_axis

xarray/tests/test_plot.py:789–790  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 self.darray.plot.line("ro")
788
789 def test_can_pass_in_axis(self) -> None:
790 self.pass_in_axis(self.darray.plot.line)
791
792 def test_nonnumeric_index(self) -> None:
793 a = DataArray([1, 2, 3], {"letter": ["a", "b", "c"]}, dims="letter")

Callers

nothing calls this directly

Calls 1

pass_in_axisMethod · 0.80

Tested by

no test coverage detected