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

6 lines
184 B
Python

from typing import Any, Callable, Optional
def staff_member_required(
view_func: Optional[Callable] = ..., redirect_field_name: str = ..., login_url: str = ...
) -> Callable: ...