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

Class DataStructure

xarray/util/generate_aggregations.py:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320@dataclass
321class DataStructure:
322 name: str
323 create_example: str
324 example_var_name: str
325 numeric_only: bool = False
326 see_also_modules: tuple[str, ...] = tuple
327
328
329class Method:

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…