eric6/Utilities/ModuleParser.py

changeset 7639
422fd05e9c91
parent 7635
0cdead130a81
child 7676
0f67b4562d98
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
3 # Copyright (c) 2003 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2003 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Parse a Python module file. 7 Parse a Python module file.
8
9 This module is based on pyclbr.py as of Python 2.2.2
10 8
11 <b>BUGS</b> (from pyclbr.py) 9 <b>BUGS</b> (from pyclbr.py)
12 <ul> 10 <ul>
13 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless 11 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless
14 you set the module TABWIDTH variable (default 8) to the correct tab width 12 you set the module TABWIDTH variable (default 8) to the correct tab width

eric ide

mercurial