Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ ConvCToBool
Class
ConvCToBool
typing-examples/mypy.py:175–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
@attr.s
175
class
ConvCToBool:
176
x: int = attr.ib(converter=attr.converters.to_bool)
177
178
179
ConvCToBool(1)
Callers
1
mypy.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected