Home
last modified time | relevance | path

Searched refs:HeaderRegistry (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/email/
Dpolicy.py9 from email.headerregistry import HeaderRegistry as HeaderRegistry unknown
90 header_factory = HeaderRegistry()
97 object.__setattr__(self, 'header_factory', HeaderRegistry())
Dheaderregistry.py562 class HeaderRegistry: class
/third_party/python/Lib/test/test_email/
Dtest_pickleable.py8 from email.headerregistry import HeaderRegistry
15 header_factory = HeaderRegistry()
Dtest_headerregistry.py19 factory = headerregistry.HeaderRegistry()
25 factory = headerregistry.HeaderRegistry()
37 factory = headerregistry.HeaderRegistry(base_class=self.FooBase)
46 factory = headerregistry.HeaderRegistry(default_class=self.FooDefault)
52 factory = headerregistry.HeaderRegistry(default_class=self.FooDefault)
58 factory = headerregistry.HeaderRegistry(use_default_map=False)
64 factory = headerregistry.HeaderRegistry()
76 factory = headerregistry.HeaderRegistry()
/third_party/python/Doc/library/
Demail.headerregistry.rst27 :class:`.HeaderRegistry` and have :class:`.BaseHeader` as their last base
32 table stored in the :class:`.HeaderRegistry`. All of this is managed
37 followed by the API for modifying the behavior of :class:`.HeaderRegistry`, and
308 .. class:: HeaderRegistry(base_class=BaseHeader, \
313 ``HeaderRegistry`` builds the class used to create a header instance
345 ``HeaderRegistry`` has the following methods:
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst3301 Add parser for Message-ID header and add it to default HeaderRegistry. This