MCPcopy Index your code
hub / github.com/python/cpython / _set_headersonly

Method _set_headersonly

Lib/email/feedparser.py:170–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168
169 # Non-public interface for supporting Parser's headersonly flag
170 def _set_headersonly(self):
171 self._headersonly = True
172
173 def feed(self, data):
174 """Push more data into the parser."""

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected