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:936–937  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

934 assert nbins == len(plt.gca().patches)
935
936 def test_can_pass_in_axis(self) -> None:
937 self.pass_in_axis(self.darray.plot.hist)
938
939 def test_primitive_returned(self) -> None:
940 n, bins, patches = self.darray.plot.hist() # type: ignore[call-arg]

Callers

nothing calls this directly

Calls 1

pass_in_axisMethod · 0.80

Tested by

no test coverage detected