Files
django-stubs/django-stubs-generated/contrib/admin/decorators.pyi
2018-11-10 17:49:18 +03:00

5 lines
116 B
Python

from typing import Any, Callable, Optional
def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...