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

Class Named

xarray/tests/test_computation.py:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61def test_result_name() -> None:
62 class Named:
63 def __init__(self, name=None):
64 self.name = name
65
66 assert result_name([1, 2]) is None
67 assert result_name([Named()]) is None

Callers 1

test_result_nameFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_result_nameFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…