mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
22
django-stubs-generated/utils/autoreload.pyi
Normal file
22
django-stubs-generated/utils/autoreload.pyi
Normal file
@@ -0,0 +1,22 @@
|
||||
from typing import Any, Callable, List, Optional
|
||||
|
||||
USE_INOTIFY: bool
|
||||
fd: Any
|
||||
RUN_RELOADER: bool
|
||||
FILE_MODIFIED: int
|
||||
I18N_MODIFIED: int
|
||||
|
||||
def gen_filenames(only_new: bool = ...) -> List[str]: ...
|
||||
def clean_files(filelist: List[Optional[str]]) -> List[str]: ...
|
||||
def reset_translations() -> None: ...
|
||||
def inotify_code_changed(): ...
|
||||
def code_changed(): ...
|
||||
def check_errors(fn: Callable) -> Callable: ...
|
||||
def raise_last_exception() -> None: ...
|
||||
def ensure_echo_on() -> None: ...
|
||||
def reloader_thread() -> None: ...
|
||||
def restart_with_reloader() -> int: ...
|
||||
def python_reloader(main_func: Any, args: Any, kwargs: Any) -> None: ...
|
||||
def main(
|
||||
main_func: Any, args: Optional[Any] = ..., kwargs: Optional[Any] = ...
|
||||
) -> None: ...
|
||||
Reference in New Issue
Block a user