mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-04 09:02:46 +08:00
first version finished
This commit is contained in:
13
django/utils/module_loading.pyi
Normal file
13
django/utils/module_loading.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
from typing import Any
|
||||
|
||||
|
||||
def autodiscover_modules(*args, **kwargs) -> None: ...
|
||||
|
||||
|
||||
def import_string(dotted_path: str) -> object: ...
|
||||
|
||||
|
||||
def module_dir(module: Any) -> str: ...
|
||||
|
||||
|
||||
def module_has_submodule(package: Any, module_name: str) -> bool: ...
|
||||
Reference in New Issue
Block a user