visit type annotations in control flow builder

This commit is contained in:
Dmitry Jemerov
2012-01-16 18:44:54 +01:00
parent e57db64949
commit 482d66ad8d
4 changed files with 30 additions and 3 deletions
@@ -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