ACIL FM
Dark
Refresh
Current DIR:
/opt/alt/python37/lib64/python3.7/email/mime
/
opt
alt
python37
lib64
python3.7
email
mime
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
application.py
1.29 MB
chmod
View
DL
Edit
Rename
Delete
audio.py
2.67 MB
chmod
View
DL
Edit
Rename
Delete
base.py
916 B
chmod
View
DL
Edit
Rename
Delete
image.py
1.79 MB
chmod
View
DL
Edit
Rename
Delete
message.py
1.29 MB
chmod
View
DL
Edit
Rename
Delete
multipart.py
1.58 MB
chmod
View
DL
Edit
Rename
Delete
nonmultipart.py
691 B
chmod
View
DL
Edit
Rename
Delete
text.py
1.4 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
0 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/alt/python37/lib64/python3.7/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/*')
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply