mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
5
django-stubs-generated/urls/utils.pyi
Normal file
5
django-stubs-generated/urls/utils.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
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]: ...
|
||||
Reference in New Issue
Block a user