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

Function unops

xarray/util/generate_ops.py:213–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212
213def unops() -> list[OpsType]:
214 return [
215 ([(None, None)], required_method_unary, {}),
216 (UNARY_OPS, template_unary, {}),
217 (OTHER_UNARY_METHODS, template_other_unary, {}),
218 ]
219
220
221# We use short names T_DA and T_DS to keep below 88 lines so

Callers 1

generate_ops.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…