Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7ceb5777
Commit
7ceb5777
authored
Apr 20, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added doc for the "module" attribute on the class descriptor objects;
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
parent
79d4398c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Doc/lib/libpyclbr.tex
Doc/lib/libpyclbr.tex
+7
-2
No files found.
Doc/lib/libpyclbr.tex
View file @
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