class documentation

class Matcher: (source)

View In Hierarchy

A pattern matcher for Multiple shell-style glob patterns. Note: this modifies the patterns to work with copy_asset(). For example, "**/index.rst" matches with "index.rst"

Method __call__ Undocumented
Method __init__ Undocumented
Method match Undocumented
Instance Variable patterns Undocumented
def __call__(self, string): (source)

Undocumented

Parameters
string:strUndocumented
Returns
boolUndocumented
def __init__(self, exclude_patterns): (source)

Undocumented

Parameters
exclude_patterns:Iterable[str]Undocumented
def match(self, string): (source)

Undocumented

Parameters
string:strUndocumented
Returns
boolUndocumented
patterns = (source)

Undocumented