Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ ConvCOptional
Class
ConvCOptional
typing-examples/mypy.py:145–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
@attr.s
145
class
ConvCOptional:
146
x: int | None = attr.ib(converter=attr.converters.optional(int))
147
148
149
ConvCOptional(1)
Callers
1
mypy.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected