MCPcopy
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
18class AttributeSetter:
19 def __init__(self, name, value):
20 setattr(self, name, value)
21
22
23class CompositeAttribute:

Callers 1

value_to_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected