class documentation
Check for ignore status in multiple filters.
| Method | __init__ |
Initialize an IgnoreFilterStack with multiple filters. |
| Method | __repr__ |
Return a string representation of the IgnoreFilterStack. |
| Method | is |
Check whether a path is explicitly included or excluded in ignores. |
| Instance Variable | _filters |
Undocumented |
Initialize an IgnoreFilterStack with multiple filters.
| Parameters | |
filters:list[ | A list of IgnoreFilter objects to check in order. |
Return a string representation of the IgnoreFilterStack.
| Returns | |
str | A string representation for debugging. |