Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ MyConv
Class
MyConv
tests/test_converters.py:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
""
"
119
120
class
MyConv:
121
def
__bool__(self):
122
return
False
123
124
def
__call__(self, value):
125
return
value * 2
126
127
@attr.s
128
class
C:
Callers
1
C
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected