mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
visit type annotations in control flow builder
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def foo(x: str) -> list:
|
||||
expr = x
|
||||
@@ -0,0 +1,6 @@
|
||||
0(1) element: null
|
||||
1(2) element: PyFunction('foo')
|
||||
2(3) READ ACCESS: str
|
||||
3(4) READ ACCESS: list
|
||||
4(5) WRITE ACCESS: foo
|
||||
5() element: null
|
||||
Reference in New Issue
Block a user