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

Class ExtraKwarg

xarray/util/generate_aggregations.py:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284class ExtraKwarg(NamedTuple):
285 docs: str
286 kwarg: str
287 call: str
288 example: str
289
290
291skipna = ExtraKwarg(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…