class documentation
class IgnoreFilterManager(object):
Ignore file manager.
Class Method | from |
Create a IgnoreFilterManager from a repository. |
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | find |
Find matching patterns for path. |
Method | is |
Check whether a path is explicitly included or excluded in ignores. |
Method | _load |
Undocumented |
Instance Variable | _global |
Undocumented |
Instance Variable | _ignorecase |
Undocumented |
Instance Variable | _path |
Undocumented |
Instance Variable | _top |
Undocumented |
Create a IgnoreFilterManager from a repository.
Parameters | |
repo:Repo | Repository object |
Returns | |
IgnoreFilterManager | A IgnoreFilterManager object |
Undocumented
Parameters | |
topstr | Undocumented |
globalList[ | Undocumented |
ignorecase:bool | Undocumented |