email.headerregistry.HeaderRegistry.__call__()

__call__(name, value)

Retrieves the specialized header associated with name from the registry (using default_class if name does not appear in the registry) and composes it with base_class to produce a class, calls the constructed class’s constructor, passing it the same argument list, and finally returns the class instance created thereby.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.