class documentation

class Matcher:

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):

Undocumented

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

Undocumented

Parameters
patterns:List[str]Undocumented
def match(self, string):

Undocumented

Parameters
string:strUndocumented
Returns
boolUndocumented
patterns =

Undocumented