improved goto on assignees (just return the assignee).

This commit is contained in:
David Halter
2012-12-26 20:53:15 +01:00
parent e020c6b792
commit 3bf0ec70fc
5 changed files with 32 additions and 15 deletions

View File

@@ -14,6 +14,12 @@ c = b
#! ['c=b']
c
cd = 1
#! 1 ['cd=c']
cd = c
#! 0 ['cd=e']
cd = e
#! ['module math']
import math
#! ['import math']
@@ -135,7 +141,7 @@ class ClassDef():
# -----------------
param = ClassDef
#! 9 ['param']
#! 8 ['param']
def ab1(param): pass
#! 9 ['param']
def ab2(param): pass