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
7ceb5777
Kaydet (Commit)
7ceb5777
authored
Nis 20, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added doc for the "module" attribute on the class descriptor objects;
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
üst
79d4398c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
libpyclbr.tex
Doc/lib/libpyclbr.tex
+7
-2
No files found.
Doc/lib/libpyclbr.tex
Dosyayı görüntüle @
7ceb5777
\section
{
\module
{
pyclbr
}
---
\section
{
\module
{
pyclbr
}
---
Python class browser
information
}
Python class browser
support
}
\declaremodule
{
standard
}{
pyclbr
}
\declaremodule
{
standard
}{
pyclbr
}
\modulesynopsis
{
Supports information extraction for a Python class
\modulesynopsis
{
Supports information extraction for a Python class
browser.
}
browser.
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
...
@@ -32,6 +32,11 @@ The class descriptor objects used as values in the dictionary returned
...
@@ -32,6 +32,11 @@ The class descriptor objects used as values in the dictionary returned
by
\function
{
readmodule()
}
provide the following data members:
by
\function
{
readmodule()
}
provide the following data members:
\begin{memberdesc}
[class descriptor]
{
module
}
The name of the module defining the class described by the class
descriptor.
\end{memberdesc}
\begin{memberdesc}
[class descriptor]
{
name
}
\begin{memberdesc}
[class descriptor]
{
name
}
The name of the class.
The name of the class.
\end{memberdesc}
\end{memberdesc}
...
...
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