Files
django-stubs/django-stubs-generated/contrib/auth/handlers/modwsgi.pyi
2018-11-10 17:49:18 +03:00

9 lines
220 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: ...