mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
7 lines
130 B
Python
7 lines
130 B
Python
from typing import Callable
|
|
|
|
|
|
def vary_on_cookie(func: Callable) -> Callable: ...
|
|
|
|
|
|
def vary_on_headers(*headers) -> Callable: ... |