diff tests/test_parse_files/test_nonlocal.py @ 51:ded1907b7a69

Add ast.Nonlocal.
author Bastien Orivel <eijebong@bananium.fr>
date Wed, 08 Jun 2016 17:26:09 +0200
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/tests/test_parse_files/test_nonlocal.py
@@ -0,0 +1,2 @@
+def a():
+    nonlocal b, c