Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ test_empty
Method
test_empty
tests/test_converters.py:270–276 ·
view source on GitHub ↗
Empty pipe returns same value.
(self)
Source
from the content-addressed store, hash-verified
268
assert True is c.a1 is c.a2
269
270
def
test_empty(self):
271
""
"
272
Empty pipe returns same value.
273
""
"
274
o = object()
275
276
assert o is pipe()(o)
277
278
def
test_wrapped_annotation(self):
279
""
"
Callers
nothing calls this directly
Calls
1
pipe
Function · 0.50
Tested by
no test coverage detected