mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
6 lines
149 B
Python
6 lines
149 B
Python
from typing import Any, Callable, Optional
|
|
|
|
|
|
def vary_on_headers(*headers: Any) -> Callable: ...
|
|
def vary_on_cookie(func: Callable) -> Callable: ...
|