Searched refs:htmlreport (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | scantools.py | 503 self.htmlreport(line, klass='commentstripping', ranges=[( 511 self.htmlreport(line, klass='commentstripping', ranges=[ 531 self.htmlreport(line, klass='unmatched') 538 self.htmlreport(line, klass='constant', ranges=[ 547 self.htmlreport(oline, klass="pyconstant") 550 self.htmlreport("** no output: name is blacklisted", klass="blconstant") 584 self.htmlreport(raw, klass='incomplete', ranges=[( 588 self.htmlreport(raw, klass='incomplete') 595 self.htmlreport(raw, klass='declaration', ranges=ranges) 600 self.htmlreport("*** no output generated: duplicate name", klass="blacklisted") [all …]
|