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

Method __call__

xarray/plot/accessor.py:47–48  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

45 # with the many possible return values
46 @functools.wraps(dataarray_plot.plot, assigned=("__doc__", "__annotations__"))
47 def __call__(self, **kwargs) -> Any:
48 return dataarray_plot.plot(self._da, **kwargs)
49
50 @functools.wraps(dataarray_plot.hist)
51 def hist(

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected