MCPcopy
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
145class ConvCOptional:
146 x: int | None = attr.ib(converter=attr.converters.optional(int))
147
148
149ConvCOptional(1)

Callers 1

mypy.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected