Files
django-stubs/django-stubs-generated/urls/utils.pyi
2018-11-10 17:49:18 +03:00

6 lines
184 B
Python

from typing import Any, Callable, Optional, Tuple, Union
def get_callable(lookup_view: Union[Callable, str]) -> Callable: ...
def get_mod_func(callback: str) -> Tuple[str, str]: ...