class documentation

class SaneUListProcessor(UListProcessor): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Constant SIBLING_TAGS Undocumented
Instance Variable CHILD_RE Undocumented

Inherited from UListProcessor:

Constant TAG Undocumented
Instance Variable RE Undocumented

Inherited from OListProcessor (via UListProcessor):

Method get_items Break a block into list items.
Method run Run processor. Must be overridden by subclasses.
Method test Test for block type. Must be overridden by subclasses.
Constant LAZY_OL Undocumented
Constant STARTSWITH Undocumented
Instance Variable INDENT_RE Undocumented

Inherited from BlockProcessor (via UListProcessor, OListProcessor):

Method detab Remove a tab from the front of each line of the given text.
Method lastChild Return the last child of an etree element.
Method looseDetab Remove a tab from front of lines but allowing dedented lines.
Instance Variable parser Undocumented
Instance Variable tab_length Undocumented
def __init__(self, parser): (source)
SIBLING_TAGS: list[str] = (source)

Undocumented

Value
['ul']