Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ NGClass
Class
NGClass
typing-examples/mypy.py:360–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
359
@attr.define(order=True)
360
class
NGClass:
361
x: int = attr.field(default=42)
362
363
364
ngc = NGClass(1)
Callers
1
mypy.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected