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

Function _reconstruct_header

Lib/email/headerregistry.py:254–255  ·  view source on GitHub ↗
(cls_name, bases, value)

Source from the content-addressed store, hash-verified

252
253
254def _reconstruct_header(cls_name, bases, value):
255 return type(cls_name, bases, {})._reconstruct(value)
256
257
258class UnstructuredHeader:

Callers

nothing calls this directly

Calls 1

_reconstructMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…