DIR:/proc/self/root/usr/local/lib/python3.6/site-packages/django/contrib/postgres/fields/ |
Current File : //proc/self/root/usr/local/lib/python3.6/site-packages/django/contrib/postgres/fields/utils.py |
class AttributeSetter: def __init__(self, name, value): setattr(self, name, value) |