r.a.BinaryCriterion(Criterion) : class documentation

Part of reven.api View In Hierarchy

Criterion object to select binaries.

Method __init__ build a criterion that will select binary based on their name. @param regexp: The binary name regular expression to match.
Method reven_criterion
Method __repr__ Undocumented

Inherited from Criterion:

Method reven_effect
def __init__(self, *args, regexp='', **kwargs):

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

ParametersregexpThe binary name regular expression to match.
def reven_criterion(self):
Returnsthe corresponding reven_api.filter_criterion_binary.
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.