A Constraint that causes specified files to be ignored from vigilance entirely. More...
Inheritance diagram for IgnoreFiles:Public Member Functions | |
| def | __init__ |
| def | is_of_type |
| def | satisfied_by |
| def | applies_to |
Public Member Functions inherited from Constraint | |
| def | is_of_type |
| Returns whether the Constraint is considered to be of a certain constraint type. More... | |
| def | satisfied_by |
| Returns whether the Constraint is satisfied by some item under coverage. More... | |
| def | applies_to |
| Returns whether the Constraint should be applied to an item under coverage. More... | |
Public Attributes | |
| paths | |
A Constraint that causes specified files to be ignored from vigilance entirely.
| def __init__ | ( | self, | |
| paths | |||
| ) |
| def applies_to | ( | self, | |
| item | |||
| ) |
| def is_of_type | ( | self, | |
| _ | |||
| ) |
| def satisfied_by | ( | self, | |
| _ | |||
| ) |
| paths |