Files
django-stubs/django-stubs-generated/contrib/auth/handlers/modwsgi.pyi
2018-12-03 18:52:44 +03:00

7 lines
214 B
Python

from typing import Any, Dict, Optional
UserModel: Any
def check_password(environ: Dict[Any, Any], username: str, password: str) -> Any: ...
def groups_for_user(environ: Dict[Any, Any], username: str) -> Any: ...