mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
initial commit
This commit is contained in:
10
django/contrib/auth/handlers/modwsgi.pyi
Normal file
10
django/contrib/auth/handlers/modwsgi.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import (
|
||||
Any,
|
||||
Dict,
|
||||
)
|
||||
|
||||
|
||||
def check_password(environ: Dict[Any, Any], username: str, password: str): ...
|
||||
|
||||
|
||||
def groups_for_user(environ: Dict[Any, Any], username: str): ...
|
||||
Reference in New Issue
Block a user