DEBSOURCES
Skip Quicknav
sources / python-django-stubs / 5.2.9-2 / django-stubs / urls / utils.pyi
1234
from collections.abc import Callable def get_callable(lookup_view: Callable | str) -> Callable: ... def get_mod_func(callback: str) -> tuple[str, str]: ...