mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-28 12:32:20 +08:00
Fix parse errors
This commit is contained in:
@@ -59,8 +59,8 @@ class MIMEPart(Message):
|
||||
def get_body(self, preferencelist=...): ...
|
||||
def iter_attachments(self): ...
|
||||
def iter_parts(self): ...
|
||||
def get_content(self, *args, *, content_manager=None, **kw): ...
|
||||
def set_content(self, *args, *, content_manager=None, **kw): ...
|
||||
def get_content(self, *args, content_manager=None, **kw): ...
|
||||
def set_content(self, *args, content_manager=None, **kw): ...
|
||||
def make_related(self, boundary=None): ...
|
||||
def make_alternative(self, boundary=None): ...
|
||||
def make_mixed(self, boundary=None): ...
|
||||
|
||||
Reference in New Issue
Block a user