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