Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
295
class
Validated2:
296
num: int = attr.field(validator=attr.validators.ge(0))
297
298
299
with
attr.validators.disabled():
Callers
1
mypy.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected