MCPcopy Create free account
hub / github.com/kurtmckee/feedparser / goahead

Method goahead

feedparser/html.py:117–118  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected