class documentation

Undocumented

Method __init__ Undocumented
Method get_analysis_to_report Undocumented
Method init_warning_lines Undocumented
Method process_line Undocumented
Method process_tokens Undocumented
Instance Variable float_warnings Undocumented
Instance Variable warning_lines Undocumented

Inherited from InferHtmlReport:

Method infer Try to infer node at lineno:col_offset 1. find the node at given lineno:col, if the node can't be find, return some warning 2. Call infer on the node, get the inference result. 3. get all id on inference result's infer path...
Method process_infer_path Undocumented
def __init__(self, file_path, file_src, tree, token_cls=Tokens, float_warnings=None): (source)

Undocumented

def get_analysis_to_report(self): (source)

Undocumented

def init_warning_lines(self): (source)

Undocumented

def process_line(self, lineno, tokens): (source)

Undocumented

def process_tokens(self, ldata): (source)

Undocumented

float_warnings = (source)

Undocumented

warning_lines: dict = (source)

Undocumented