eric6/Documentation/Source/eric6.Utilities.ModuleParser.html

changeset 7641
21ea4fd50b0a
parent 7414
d02ed92ef3b2
child 7699
d338c533f5f0
equal deleted inserted replaced
7640:f9bb7c8c60d8 7641:21ea4fd50b0a
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>

eric ide

mercurial