Files
django-stubs/django-stubs-generated/contrib/admin/decorators.pyi
2018-12-03 18:52:44 +03:00

4 lines
115 B
Python

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