mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-19 23:09:56 +08:00
first version finished
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import (
|
||||
Callable,
|
||||
Tuple,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
def get_callable(lookup_view: Union[str, Callable]) -> Callable: ...
|
||||
|
||||
|
||||
def get_mod_func(callback: str) -> Tuple[str, str]: ...
|
||||
Reference in New Issue
Block a user