mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Improve stubs for email.policy (#6631)
* Add the ABCMeta metaclass, present at runtime. * Add missing attributes from the allowlist, which are documented. * Annotate the __init__ methods according to the documentation.
This commit is contained in:
@@ -585,10 +585,6 @@ email.message.Message.raw_items
|
||||
email.message.Message.set_raw
|
||||
email.mime
|
||||
email.parser
|
||||
email.policy.Compat32.mangle_from_
|
||||
email.policy.EmailPolicy.message_factory
|
||||
email.policy.Policy.mangle_from_
|
||||
email.policy.Policy.message_factory
|
||||
email.quoprimime
|
||||
email.utils
|
||||
importlib.abc.Finder.find_module
|
||||
|
||||
Reference in New Issue
Block a user