class documentation

class StatReloaderLoop(ReloaderLoop):

View In Hierarchy

Undocumented

Method __enter__ Do any setup, then run one step of the watch to populate the initial filesystem state.
Method run​_step Run one step for watching the filesystem. Called once to set up initial state, then repeatedly to update it.
Class Variable name Undocumented
Instance Variable mtimes Undocumented

Inherited from ReloaderLoop:

Method __exit__ Clean up any resources associated with the reloader.
Method __init__ Undocumented
Method log​_reload Undocumented
Method restart​_with​_reloader Spawn a new Python interpreter with the same arguments as the current one, but running the reloader thread.
Method run Continually run the watch step, sleeping for the configured interval after each step.
Method trigger​_reload Undocumented
Instance Variable exclude​_patterns Undocumented
Instance Variable extra​_files Undocumented
Instance Variable interval Undocumented
def __enter__(self):
Do any setup, then run one step of the watch to populate the initial filesystem state.
Returns
ReloaderLoopUndocumented
def run_step(self):
Run one step for watching the filesystem. Called once to set up initial state, then repeatedly to update it.
name: str =

Undocumented

mtimes: t.Dict[str, float] =

Undocumented