mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
6
django-stubs-generated/views/decorators/clickjacking.pyi
Normal file
6
django-stubs-generated/views/decorators/clickjacking.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
def xframe_options_deny(view_func: Callable) -> Callable: ...
|
||||
def xframe_options_sameorigin(view_func: Callable) -> Callable: ...
|
||||
def xframe_options_exempt(view_func: Callable) -> Callable: ...
|
||||
Reference in New Issue
Block a user