Files
old-saburly-wagtail-web/env/lib/python3.10/site-packages/django/contrib/postgres/fields/utils.py

4 lines
95 B
Python
Raw Normal View History

2024-08-27 20:33:44 +02:00
class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)