Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ AttributeSetter
Class
AttributeSetter
django/db/models/fields/composite.py:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
class
AttributeSetter:
19
def
__init__(self, name, value):
20
setattr(self, name, value)
21
22
23
class
CompositeAttribute:
Callers
1
value_to_string
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected