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
cd84b92f
Kaydet (Commit)
cd84b92f
authored
Nis 21, 2006
tarafından
George Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct the grammar
üst
db8955bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libcodecs.tex
Doc/lib/libcodecs.tex
+3
-3
No files found.
Doc/lib/libcodecs.tex
Dosyayı görüntüle @
cd84b92f
...
...
@@ -161,7 +161,7 @@ directly.
\end{funcdesc}
\begin{funcdesc}
{
lookup
_
error
}{
name
}
Return the error handler previously register under the name
\var
{
name
}
.
Return the error handler previously register
ed
under the name
\var
{
name
}
.
Raises a
\exception
{
LookupError
}
in case the handler cannot be found.
\end{funcdesc}
...
...
@@ -366,7 +366,7 @@ steps. It defines the following methods which every incremental encoder must
define in order to be compatible with the Python codec registry.
\begin{classdesc}
{
IncrementalEncoder
}{
\optional
{
errors
}}
Constructor for a
\class
{
IncrementalEncoder
}
instance.
Constructor for a
n
\class
{
IncrementalEncoder
}
instance.
All incremental encoders must provide this constructor interface. They are
free to add additional keyword arguments, but only the ones defined
...
...
@@ -413,7 +413,7 @@ steps. It defines the following methods which every incremental decoder must
define in order to be compatible with the Python codec registry.
\begin{classdesc}
{
IncrementalDecoder
}{
\optional
{
errors
}}
Constructor for a
\class
{
IncrementalDecoder
}
instance.
Constructor for a
n
\class
{
IncrementalDecoder
}
instance.
All incremental decoders must provide this constructor interface. They are
free to add additional keyword arguments, but only the ones defined
...
...
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