Files
pyGoEdge-UserPanel/.venv/Lib/site-packages/django/contrib/postgres/fields/utils.py

4 lines
95 B
Python
Raw Normal View History

2025-11-18 03:36:49 +08:00
class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)