Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ NGClass
Class
NGClass
typing-examples/baseline.py:16–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
@attrs.define(order=True)
16
class
NGClass:
17
x: int = attrs.field(default=42)
18
19
20
ngc = NGClass(1)
Callers
1
baseline.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected