MCPcopy Create free account
hub / github.com/pydata/xarray / test_can_pass_in_axis

Method test_can_pass_in_axis

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

Source from the content-addressed store, hash-verified

1358 self.plotfunc(a)
1359
1360 def test_can_pass_in_axis(self) -> None:
1361 self.pass_in_axis(self.plotmethod)
1362
1363 def test_xyincrease_defaults(self) -> None:
1364 # With default settings the axis must be ordered regardless

Callers

nothing calls this directly

Calls 1

pass_in_axisMethod · 0.80

Tested by

no test coverage detected