diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
commit | a199368b230026fa37987852fe8802992a126ab7 (patch) | |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/pyclbr.rst | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c (diff) | |
download | cpython-a199368b230026fa37987852fe8802992a126ab7.zip cpython-a199368b230026fa37987852fe8802992a126ab7.tar.gz cpython-a199368b230026fa37987852fe8802992a126ab7.tar.bz2 |
More source links.
Diffstat (limited to 'Doc/library/pyclbr.rst')
-rw-r--r-- | Doc/library/pyclbr.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pyclbr.rst b/Doc/library/pyclbr.rst index 11a0b6d..d4a76a6 100644 --- a/Doc/library/pyclbr.rst +++ b/Doc/library/pyclbr.rst @@ -5,6 +5,9 @@ :synopsis: Supports information extraction for a Python class browser. .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> +**Source code:** :source:`Lib/pyclbr.py` + +-------------- The :mod:`pyclbr` module can be used to determine some limited information about the classes, methods and top-level functions defined in a module. The |