mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-05 22:54:18 +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]: ... |