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

Method clear

Lib/email/message.py:1202–1204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1200 self._add_multipart('mixed', *args, _disp='attachment', **kw)
1201
1202 def clear(self):
1203 self._headers = []
1204 self._payload = None
1205
1206 def clear_content(self):
1207 self._headers = [(n, v) for n, v in self._headers

Callers 1

search_functionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected