class documentation

class LXMLOutputChecker(OutputChecker):

Known subclasses: lxml.doctestcompare.LHTMLOutputChecker

View In Hierarchy

Undocumented

Method check​_output Undocumented
Method collect​_diff Undocumented
Method collect​_diff​_end​_tag Undocumented
Method collect​_diff​_tag Undocumented
Method collect​_diff​_text Undocumented
Method compare​_docs Undocumented
Method format​_doc Undocumented
Method format​_end​_tag Undocumented
Method format​_tag Undocumented
Method format​_text Undocumented
Method get​_default​_parser Undocumented
Method get​_parser Undocumented
Method html​_empty​_tag Undocumented
Method output​_difference Undocumented
Method tag​_compare Undocumented
Method text​_compare Undocumented
Class Variable empty​_tags Undocumented
Method ​_looks​_like​_markup Undocumented
def check_output(self, want, got, optionflags):

Undocumented

def collect_diff(self, want, got, html, indent):

Undocumented

def collect_diff_end_tag(self, want, got):

Undocumented

def collect_diff_tag(self, want, got):

Undocumented

def collect_diff_text(self, want, got, strip=True):

Undocumented

def compare_docs(self, want, got):

Undocumented

def format_doc(self, doc, html, indent, prefix=''):

Undocumented

def format_end_tag(self, el):

Undocumented

def format_tag(self, el):

Undocumented

def format_text(self, text, strip=True):

Undocumented

def get_default_parser(self):

Undocumented

def get_parser(self, want, got, optionflags):

Undocumented

def html_empty_tag(self, el, html=True):

Undocumented

def output_difference(self, example, got, optionflags):

Undocumented

def tag_compare(self, want, got):

Undocumented

def text_compare(self, want, got, strip):

Undocumented

empty_tags: tuple[str, ...] =

Undocumented

def _looks_like_markup(self, s):

Undocumented