MatchList

Defines a set of matches that must be matched directly (uses set to make this basically a constant time check)

 

__init__(self, *matches, negative_match=False): 

 

test_match(self, f): 

Feedback

Examples

Templates

Documentation