Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ __setattr__
Method
__setattr__
utils/config.py:32–33 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
30
raise
AttributeError(name)
31
32
def
__setattr__(self, name, value):
33
self[name] = value
34
35
def
__str__(self):
36
def
_indent(s_, num_spaces):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected