Files
django-stubs/django-stubs-generated/urls/utils.pyi
2018-12-03 18:52:44 +03:00

5 lines
183 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]: ...