mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-18 06:19:47 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
def vary_on_headers(*headers: Any) -> Callable: ...
|
||||
def vary_on_cookie(func: Callable) -> Callable: ...
|
||||
Reference in New Issue
Block a user