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

9 lines
194 B
Python

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