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
2c39c772
Kaydet (Commit)
2c39c772
authored
Ara 28, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#10781: clarify that *encoding* is not a parameter for Node objects in general.
üst
c28036b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+3
-3
No files found.
Doc/library/xml.dom.minidom.rst
Dosyayı görüntüle @
2c39c772
...
...
@@ -122,7 +122,7 @@ module documentation. This section lists the differences between the API and
...
#
Work
with
dom
.
..
method
::
Node
.
writexml
(
writer
,
indent
=
""
,
addindent
=
""
,
newl
=
""
,
encoding
=
""
)
..
method
::
Node
.
writexml
(
writer
,
indent
=
""
,
addindent
=
""
,
newl
=
""
)
Write
XML
to
the
writer
object
.
The
writer
should
have
a
:
meth
:`
write
`
method
which
matches
that
of
the
file
object
interface
.
The
*
indent
*
parameter
is
the
...
...
@@ -130,8 +130,8 @@ module documentation. This section lists the differences between the API and
indentation
to
use
for
subnodes
of
the
current
one
.
The
*
newl
*
parameter
specifies
the
string
to
use
to
terminate
newlines
.
For
the
:
class
:`
Document
`
node
,
an
additional
keyword
argument
*
encoding
*
can
be
used
to
specify
the
encoding
field
of
the
XML
header
.
For
the
:
class
:`
Document
`
node
,
an
additional
keyword
argument
*
encoding
*
can
be
used
to
specify
the
encoding
field
of
the
XML
header
.
..
method
::
Node
.
toxml
(
encoding
=
None
)
...
...
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