class documentation

class StateMachineMatcher: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add Undocumented
Method match Undocumented
Method update Undocumented
Instance Variable merge_slashes Undocumented
Instance Variable _root Undocumented
def __init__(self, merge_slashes: bool): (source)

Undocumented

def add(self, rule: Rule): (source)

Undocumented

def match(self, domain: str, path: str, method: str, websocket: bool) -> t.Tuple[Rule, t.MutableMapping[str, t.Any]]: (source)

Undocumented

def update(self): (source)

Undocumented

merge_slashes = (source)

Undocumented

Undocumented