Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ NGFrozen
Class
NGFrozen
typing-examples/baseline.py:32–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
@attrs.frozen(str=True)
32
class
NGFrozen:
33
x: int
34
35
36
ngf = NGFrozen(1)
Callers
1
baseline.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected