DEBSOURCES
Skip Quicknav
sources / python-django-stubs / 5.2.9-2 / django-stubs / contrib / postgres / fields / utils.pyi
1234
from typing import Any class AttributeSetter: def __init__(self, name: Any, value: Any) -> None: ...