class documentation

class MatchObj:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method end Undocumented
Method group Undocumented
Method start Undocumented
Instance Variable fields Undocumented
Instance Variable ​_end Undocumented
Instance Variable ​_start Undocumented
def __init__(self, start, end, *fields):

Undocumented

def __repr__(self):

Undocumented

def end(self, n=0):

Undocumented

def group(self, n=0):

Undocumented

def start(self, n=0):

Undocumented

fields =

Undocumented

_end =

Undocumented

_start =

Undocumented