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

Method header_store_parse

Lib/email/_policybase.py:322–327  ·  view source on GitHub ↗

+ The name and value are returned unmodified.

(self, name, value)

Source from the content-addressed store, hash-verified

320 return (name, value.rstrip('\r\n'))
321
322 def header_store_parse(self, name, value):
323 """+
324 The name and value are returned unmodified.
325 """
326 validate_header_name(name)
327 return (name, value)
328
329 def header_fetch_parse(self, name, value):
330 """+

Callers

nothing calls this directly

Calls 1

validate_header_nameFunction · 0.85

Tested by

no test coverage detected