DEBSOURCES
Skip Quicknav
sources / python-graphene / 3.4.3-2 / graphene / utils / deprecated.py
12345
from warnings import warn def warn_deprecation(text: str): warn(text, category=DeprecationWarning, stacklevel=2)