(self, i)
| 115 | # `tagfind` and `charref` regular expressions will be found as |
| 116 | # they're declared above, not as they're declared in sgmllib. |
| 117 | def goahead(self, i): |
| 118 | raise NotImplementedError |
| 119 | |
| 120 | # Replace goahead with SGMLParser's goahead() code object. |
| 121 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected