Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
48653af7
Kaydet (Commit)
48653af7
authored
Ock 17, 2006
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update email.Message.get_filename() documentation.
üst
a0f28efc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
emailmessage.tex
Doc/lib/emailmessage.tex
+5
-4
No files found.
Doc/lib/emailmessage.tex
Dosyayı görüntüle @
48653af7
...
@@ -435,10 +435,11 @@ When the \mailheader{Content-Type} header is set a
...
@@ -435,10 +435,11 @@ When the \mailheader{Content-Type} header is set a
\begin{methoddesc}
[Message]
{
get
_
filename
}{
\optional
{
failobj
}}
\begin{methoddesc}
[Message]
{
get
_
filename
}{
\optional
{
failobj
}}
Return the value of the
\code
{
filename
}
parameter of the
Return the value of the
\code
{
filename
}
parameter of the
\mailheader
{
Content-Disposition
}
header of the message, or
\var
{
failobj
}
if
\mailheader
{
Content-Disposition
}
header of the message. If the header does
either the header is missing, or has no
\code
{
filename
}
parameter.
not have a
\code
{
filename
}
parameter, this method falls back to looking for
The returned string will always be unquoted as per
the
\code
{
name
}
parameter. If neither is found, or the header is missing,
\method
{
Utils.unquote()
}
.
then
\var
{
failobj
}
is returned. The returned string will always be unquoted
as per
\method
{
Utils.unquote()
}
.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
[Message]
{
get
_
boundary
}{
\optional
{
failobj
}}
\begin{methoddesc}
[Message]
{
get
_
boundary
}{
\optional
{
failobj
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment