Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ Validated
Class
Validated
typing-examples/baseline.py:93–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
@attrs.define
93
class
Validated:
94
num: int = attrs.field(validator=attrs.validators.ge(0))
95
96
97
@attrs.define
Callers
1
baseline.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected