Fred Drake
|
3d199af40d
|
Bow to font-lock at the end of the docstring, since it throws stuff
off.
Make sure the path paramter to readmodule() is a list before adding it
with sys.path, or the addition could fail.
|
1999-02-18 20:51:50 +00:00 |
Guido van Rossum
|
e73d702344
|
Ever-so-slight improvementL the patterns to recognize import
statements now also stop at ';' (formerly they only stopped at '#').
|
1998-10-13 16:12:36 +00:00 |
Guido van Rossum
|
0688436305
|
Enhancements by Sjoerd Mullender: support for
from a.b import c
import a . b
|
1998-10-12 15:23:04 +00:00 |
Guido van Rossum
|
7a840e8d50
|
Add support for dotted module names to readmodule().
|
1998-10-12 15:21:38 +00:00 |
Guido van Rossum
|
31626bce66
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
Guido van Rossum
|
b5fa1cb855
|
Don't add names that start with _
|
1996-10-10 16:00:28 +00:00 |
Sjoerd Mullender
|
825bae7c35
|
Also remember the module a class is defined in.
|
1995-11-02 17:21:33 +00:00 |
Sjoerd Mullender
|
8cb4b1f707
|
Module with one function to read Python modules and extract class and
method definitions. See __doc__ string for more information.
|
1995-07-28 09:30:01 +00:00 |