Files
django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi
Maxim Kurnikov fa718b8e55 better stubs
2018-08-05 03:13:19 +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: ...