MCPcopy
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
175class ConvCToBool:
176 x: int = attr.ib(converter=attr.converters.to_bool)
177
178
179ConvCToBool(1)

Callers 1

mypy.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected