mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
7
django-stubs-generated/utils/module_loading.pyi
Normal file
7
django-stubs-generated/utils/module_loading.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
|
||||
def import_string(dotted_path: str) -> Any: ...
|
||||
def autodiscover_modules(*args: Any, **kwargs: Any) -> None: ...
|
||||
def module_has_submodule(package: Any, module_name: str) -> bool: ...
|
||||
def module_dir(module: Any) -> str: ...
|
||||
Reference in New Issue
Block a user