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
0690c86a
Kaydet (Commit)
0690c86a
authored
Agu 17, 2000
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the returns_unicode attribute
üst
4148877a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
libpyexpat.tex
Doc/lib/libpyexpat.tex
+11
-4
No files found.
Doc/lib/libpyexpat.tex
Dosyayı görüntüle @
0690c86a
...
@@ -92,10 +92,17 @@ Returns a string containing the base set by a previous call to
...
@@ -92,10 +92,17 @@ Returns a string containing the base set by a previous call to
\method
{
SetBase()
}
hasn't been called.
\method
{
SetBase()
}
hasn't been called.
\end{methoddesc}
\end{methoddesc}
\class
{
xmlparser
}
objects have the following attributes, containing
\class
{
xmlparser
}
objects have the following attributes.
values relating to the most recent error encountered by an
\class
{
xmlparser
}
object. These attributes will only have correct
\begin{datadesc}
{
returns
_
unicode
}
values once a call to
\method
{
Parse()
}
or
\method
{
ParseFile()
}
If this attribute is set to 1, the handler functions will be passed
Unicode strings. If
\member
{
returns
_
unicode
}
is 0, 8-bit strings
containing UTF-8 encoded data will be passed to the handlers.
\end{datadesc}
The following attributes contain values relating to the most recent
error encountered by an
\class
{
xmlparser
}
object, and will only have
correct values once a call to
\method
{
Parse()
}
or
\method
{
ParseFile()
}
has raised a
\exception
{
pyexpat.error
}
exception.
has raised a
\exception
{
pyexpat.error
}
exception.
\begin{datadesc}
{
ErrorByteIndex
}
\begin{datadesc}
{
ErrorByteIndex
}
...
...
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