MCPcopy
hub / github.com/python-attrs/attrs / Validated2

Class Validated2

typing-examples/mypy.py:295–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294@attr.define
295class Validated2:
296 num: int = attr.field(validator=attr.validators.ge(0))
297
298
299with attr.validators.disabled():

Callers 1

mypy.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected