class documentation

class words(Future):

View In Hierarchy

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

New in version 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=''):

Undocumented

def get(self):

Undocumented

prefix =

Undocumented

suffix =

Undocumented

words =

Undocumented