]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Module with one function to read Python modules and extract class and
authorSjoerd Mullender <sjoerd@acm.org>
Fri, 28 Jul 1995 09:30:01 +0000 (09:30 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Fri, 28 Jul 1995 09:30:01 +0000 (09:30 +0000)
commit8cb4b1f707833fc9141e6485640a648b8e3616ac
tree50138a37c1da6c7b433cf454bfccc0534d47d553
parentff8b494cf04bd95cf56b3803342e10812f3e177e
Module with one function to read Python modules and extract class and
method definitions.  See __doc__ string for more information.
Lib/pyclbr.py [new file with mode: 0644]