mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-26 13:51:35 +08:00
5 lines
138 B
Python
5 lines
138 B
Python
from typing import Any, Callable
|
|
|
|
def vary_on_headers(*headers: Any) -> Callable: ...
|
|
def vary_on_cookie(func: Callable) -> Callable: ...
|