mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 04:34:29 +08:00
7 lines
144 B
Python
7 lines
144 B
Python
from typing import Callable
|
|
|
|
|
|
def sensitive_post_parameters(*parameters) -> Callable: ...
|
|
|
|
|
|
def sensitive_variables(*variables) -> Callable: ... |