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
b15bbc8d
Kaydet (Commit)
b15bbc8d
authored
Mar 16, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add documentation for SGMLParser.handle_decl().
üst
66957372
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
libsgmllib.tex
Doc/lib/libsgmllib.tex
+10
-0
No files found.
Doc/lib/libsgmllib.tex
Dosyayı görüntüle @
b15bbc8d
...
...
@@ -145,6 +145,16 @@ cause this method to be called with the argument \code{'text'}. The
default method does nothing.
\end{methoddesc}
\begin{methoddesc}
{
handle
_
decl
}{
data
}
Method called when an SGML declaration is read by the parser. In
practice, the
\code
{
DOCTYPE
}
declaration is the only thing observed in
HTML, but the parser does not discriminate among different (or broken)
declarations. Internal subsets in a
\code
{
DOCTYPE
}
declaration are
not supported. The
\var
{
data
}
parameter will be the entire contents
of the declaration inside the
\code
{
<!
}
...
\code
{
>
}
markup. The
default implementation does nothing.
\end{methoddesc}
\begin{methoddesc}
{
report
_
unbalanced
}{
tag
}
This method is called when an end tag is found which does not
correspond to any open element.
...
...
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