Home | Trees | Indices | Help |
---|
|
ExcludeFilter is an exclusion filter.
|
|||
|
|||
|
|||
|
|||
bool |
|
||
Inherited from |
|
|||
Inherited from |
|
Examples: ef1 = ExcludeFilter(["/etc/rc.*", "/etc/hostname"]) ef2 = ExcludeFilter("/my/path/exclude.lst") Where exclude.lst contains: /etc/rc.* /etc/hostname Note: it is not possible to exclude a file if its encapsulating directory is itself watched. See this issue for more details https://github.com/seb-m/pyinotify/issues/31 @param arg_lst: is either a list of patterns or a filename from which patterns will be loaded. @type arg_lst: list of str or str
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jun 4 11:54:20 2015 | http://epydoc.sourceforge.net |