Files
django-stubs/django-stubs/utils/deconstruct.pyi
2019-02-07 00:08:05 +03:00

4 lines
105 B
Python

from typing import Any, Optional
def deconstructible(*args: Any, path: Optional[Any] = ...) -> Any: ...