Undocumented
Constant | DJANGO_AUTORELOAD_ENV |
Undocumented |
Variable | autoreload_started |
Undocumented |
Variable | file_changed |
Undocumented |
Variable | logger |
Undocumented |
Variable | pywatchman |
Undocumented |
Variable | termios |
Undocumented |
Class | BaseReloader |
No class docstring; 0/1 property, 0/3 instance variable, 3/9 methods, 0/1 class method documented |
Class | StatReloader |
Undocumented |
Class | WatchmanReloader |
No class docstring; 0/1 property, 0/3 instance variable, 2/14 methods, 0/1 class method documented |
Class | WatchmanUnavailable |
Undocumented |
Function | check_errors |
Undocumented |
Function | common_roots |
No summary |
Function | ensure_echo_on |
Ensure that echo mode is enabled. Some tools such as PDB disable it which causes usability issues after reload. |
Function | get_child_arguments |
Return the executable. This contains a workaround for Windows if the executable is reported to not have the .exe extension which can cause bugs on reloading. |
Function | get_reloader |
Return the most suitable reloader for this environment. |
Function | is_django_module |
Return True if the given module is nested under Django. |
Function | is_django_path |
Return True if the given file path is nested under Django. |
Function | iter_all_python_module_files |
Undocumented |
Function | iter_modules_and_files |
Iterate through all modules needed to be watched. |
Function | raise_last_exception |
Undocumented |
Function | restart_with_reloader |
Undocumented |
Function | run_with_reloader |
Undocumented |
Function | start_django |
Undocumented |
Function | sys_path_directories |
Yield absolute directories from sys.path, ignoring entries that don't exist. |
Function | trigger_reload |
Undocumented |
Variable | _error_files |
Undocumented |
Variable | _exception |
Undocumented |