We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8978ad4 commit 050c1b8Copy full SHA for 050c1b8
django-stubs/views/decorators/gzip.pyi
@@ -0,0 +1,5 @@
1
+from typing import Callable, TypeVar
2
+
3
+_C = TypeVar("_C", bound=Callable)
4
5
+def gzip_page(view_func: _C) -> _C: ...
0 commit comments