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 or dict of patterns: [pattern1, ..., patternn] or a filename from which patterns will be loaded. @type arg_lst: list(str) or str
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 22 18:32:29 2010 | http://epydoc.sourceforge.net |