summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpyclbr.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-20 18:18:53 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-20 18:18:53 (GMT)
commit7ceb5777d7e6e6c482e4e887b5a7e63e8a903789 (patch)
treeef9defcbab1f6d2c5bb240c152f1309b1d3836c3 /Doc/lib/libpyclbr.tex
parent79d4398c30ab25bfca5056185c2571d32a4e06a1 (diff)
downloadcpython-7ceb5777d7e6e6c482e4e887b5a7e63e8a903789.zip
cpython-7ceb5777d7e6e6c482e4e887b5a7e63e8a903789.tar.gz
cpython-7ceb5777d7e6e6c482e4e887b5a7e63e8a903789.tar.bz2
Added doc for the "module" attribute on the class descriptor objects;
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
Diffstat (limited to 'Doc/lib/libpyclbr.tex')
-rw-r--r--Doc/lib/libpyclbr.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/lib/libpyclbr.tex b/Doc/lib/libpyclbr.tex
index 7381e4e..aba83f8 100644
--- a/Doc/lib/libpyclbr.tex
+++ b/Doc/lib/libpyclbr.tex
@@ -1,9 +1,9 @@
\section{\module{pyclbr} ---
- Python class browser information}
+ Python class browser support}
\declaremodule{standard}{pyclbr}
\modulesynopsis{Supports information extraction for a Python class
-browser.}
+ browser.}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
@@ -32,6 +32,11 @@ The class descriptor objects used as values in the dictionary returned
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}
The name of the class.
\end{memberdesc}