mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
handle qualified refs in control flow builder
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A:
|
||||
def __init__(self):
|
||||
self.foo = 1
|
||||
print self.foo
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
0(1) element: null
|
||||
1(2) WRITE ACCESS: self
|
||||
2(3) element: PyAssignmentStatement
|
||||
3(4) WRITE ACCESS: foo
|
||||
4(5) element: PyPrintStatement
|
||||
5(6) READ ACCESS: self
|
||||
6(7) READ ACCESS: foo
|
||||
7() element: null
|
||||
@@ -1,4 +1,4 @@
|
||||
while condition
|
||||
while condition:
|
||||
print("Alloha!")
|
||||
else:
|
||||
print("Bye")
|
||||
Reference in New Issue
Block a user