MCPcopy
hub / github.com/django/django / AttributeSetter

Class AttributeSetter

django/contrib/postgres/fields/utils.py:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class AttributeSetter:
2 def __init__(self, name, value):
3 setattr(self, name, value)

Callers 2

value_to_stringMethod · 0.70
value_to_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected