class documentation

Return element of type `tag` with a text attribute of group(3) of a Pattern.

Method __init__ Create an instant of an inline pattern.
Method handleMatch Return a ElementTree element from the given match.
Instance Variable tag Undocumented

Inherited from Pattern:

Method getCompiledRegExp Return a compiled regular expression.
Method type Return class name, to define pattern type
Method unescape Return unescaped text given text with an inline placeholder.
Constant ANCESTOR_EXCLUDES Undocumented
Instance Variable compiled_re Undocumented
Instance Variable md Undocumented
Instance Variable pattern Undocumented
def __init__(self, pattern, tag): (source)

Create an instant of an inline pattern. Keyword arguments: * pattern: A regular expression that matches a pattern

def handleMatch(self, m): (source)

Return a ElementTree element from the given match. Subclasses should override this method. Keyword arguments: * m: A re match object containing a match of the pattern.

Undocumented