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

Method __init_subclass__

xarray/computation/ops.py:313–316  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

311 __slots__ = ()
312
313 def __init_subclass__(cls, **kwargs):
314 super().__init_subclass__(**kwargs)
315
316 inject_numpy_same(cls) # some methods not applicable to Dataset objects

Callers

nothing calls this directly

Calls 2

inject_numpy_sameFunction · 0.85
__init_subclass__Method · 0.45

Tested by

no test coverage detected