mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-19 16:24:13 +08:00
13 lines
197 B
Python
13 lines
197 B
Python
from typing import (
|
|
Any,
|
|
List,
|
|
)
|
|
|
|
|
|
def _session_app() -> bool: ...
|
|
|
|
|
|
def _session_middleware() -> bool: ...
|
|
|
|
|
|
def check_session_cookie_secure(app_configs: None, **kwargs) -> List[Any]: ... |