Files
sirh/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/utils.py

4 lines
95 B
Python
Raw Normal View History

2026-04-29 11:52:03 +02:00
class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)