Searched refs:printlog (Results 1 – 2 of 2) sorted by relevance
191 def printlog(s): function202 printlog('Element: %r' % el_html)204 printlog(' Skipped: no %s attribute' % href_attr)210 printlog(" Skipped: doesn't match extract pattern")215 printlog(' Skipped: only internal fragment href')218 printlog(' Skipped: cannot follow javascript:')222 printlog(" Skipped: doesn't match description")225 printlog(" Skipped: doesn't match id")228 printlog(" Skipped: doesn't match href")230 printlog(" Accepted")
710 def printlog(s): function722 printlog('Element: %r' % el_html)724 printlog(' Skipped: no %s attribute' % href_attr)730 printlog(" Skipped: doesn't match extract pattern")735 printlog(' Skipped: only internal fragment href')738 printlog(' Skipped: cannot follow javascript:')742 printlog(" Skipped: doesn't match description")745 printlog(" Skipped: doesn't match id")748 printlog(" Skipped: doesn't match href")751 printlog(" Skipped: doesn't match html")[all …]