Home | Trees | Indices | Help |
---|
|
object --+ | ExcludeFilter
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 @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 Fri Jun 22 21:12:11 2012 | http://epydoc.sourceforge.net |