class documentation
A single ignore pattern.
| Method | __bytes__ |
Return the pattern as bytes. |
| Method | __eq__ |
Check equality with another Pattern object. |
| Method | __init__ |
Initialize a Pattern object. |
| Method | __repr__ |
Return a string representation of the Pattern object. |
| Method | __str__ |
Return the pattern as a string. |
| Method | match |
Try to match a path against this ignore pattern. |
| Instance Variable | ignorecase |
Undocumented |
| Instance Variable | is |
Undocumented |
| Instance Variable | is |
Undocumented |
| Instance Variable | pattern |
Undocumented |
| Instance Variable | _re |
Undocumented |