r.a.BinaryCriterion(Criterion) : class documentation

Part of reven.api View In Hierarchy

Criterion object to select binaries.

Method __init__ No summary
Method reven_criterion
Method __repr__ Undocumented

Inherited from Criterion:

Method reven_effect
def __init__(self, *args, pattern='', accuracy='contains', case_sensitive=False, **kwargs):

build a criterion that will select binary based on their name.

ParameterspatternThe binary path to match.
accuracyWhether the pattern matches is exactly ('exact'), is contained in ('contains') or is a regular expression of ('regexp') the binary path to match. The default value is 'contains'.
case_sensitiveWhether the match is case sensitive or not." The default value is case insensitive.
def reven_criterion(self):
Returnsthe corresponding reven_api.filter_criterion_binary.
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2017-01-20 15:13:29.