exception documentation

Exception raised for invalid regular expressions.

Attributes:

msg: The unformatted error message pattern: The regular expression pattern pos: The index in the pattern where compilation failed (may be None) lineno: The line corresponding to pos (may be None) colno: The column corresponding to pos (may be None)
Method __init__ Undocumented
Instance Variable colno Undocumented
Instance Variable lineno Undocumented
Instance Variable msg Undocumented
Instance Variable pattern Undocumented
Instance Variable pos Undocumented
def __init__(self, msg, pattern=None, pos=None): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented