class documentation

class _Filter: (source)

View In Hierarchy

Given a list of patterns, create a callable that will be true only if the input matches at least one of the patterns.

Method __call__ Undocumented
Method __contains__ Undocumented
Method __init__ Undocumented
Instance Variable _patterns Undocumented
def __call__(self, item: str) -> bool: (source)

Undocumented

def __contains__(self, item: str) -> bool: (source)

Undocumented

def __init__(self, *patterns: str): (source)

Undocumented

_patterns = (source)

Undocumented