24 |
24 |
25 <p> |
25 <p> |
26 Parse a Python module file. |
26 Parse a Python module file. |
27 </p> |
27 </p> |
28 <p> |
28 <p> |
29 This module is based on pyclbr.py as of Python 2.2.2 |
|
30 </p> |
|
31 <p> |
|
32 <b>BUGS</b> (from pyclbr.py) |
29 <b>BUGS</b> (from pyclbr.py) |
33 <ul> |
30 <ul> |
34 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless |
31 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless |
35 you set the module TABWIDTH variable (default 8) to the correct tab width |
32 you set the module TABWIDTH variable (default 8) to the correct tab width |
36 for the file.</li> |
33 for the file.</li> |