mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
6 lines
238 B
Python
6 lines
238 B
Python
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: ...
|