class documentation

Indicates a list of literal words that is transformed into an optimized regex that matches any of the words. .. versionadded:: 2.0

Method __init__ Undocumented
Method get Undocumented
Instance Variable prefix Undocumented
Instance Variable suffix Undocumented
Instance Variable words Undocumented
def __init__(self, words, prefix='', suffix=''): (source)

Undocumented

def get(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented