aboutsummaryrefslogtreecommitdiff
blob: 358089915fb6c46856d4efdd5a3d93667b258262 (plain)
1
2
3
Add an 'end_lineno' attribute to the Class and Function objects that appear in the
tree returned by pyclbr functions.  This and the existing 'lineno'
attribute define the extent of class and def statements.  Patch by Aviral Srivastava.