from reactivity.hmr.fs import *¶
_filters
module-attribute
¶
_filters: list[PathFilter] = []
add_filter
module-attribute
¶
add_filter = append
__all__
module-attribute
¶
__all__ = ('notify', 'setup_fs_audithook', 'track')
PathFilter
¶
PathFilter = Callable[[Path], bool]
fs_signals
¶
fs_signals()
Source code in reactivity/hmr/fs.py
11 12 13 |
|
setup_fs_audithook
cached
¶
setup_fs_audithook()
Source code in reactivity/hmr/fs.py
23 24 25 26 27 28 29 30 31 32 33 |
|
track
¶
track(file: Path)
Source code in reactivity/hmr/fs.py
36 37 |
|
notify
¶
notify(file: Path)
Source code in reactivity/hmr/fs.py
40 41 |
|