comparison tests/test_parse_files/test_with.py @ 59:407b3b217928

Add ast.With.
author Bastien Orivel <eijebong@bananium.fr>
date Sun, 12 Jun 2016 20:14:27 +0200
parents
children
comparison
equal deleted inserted replaced
58:a0b23123901b 59:407b3b217928
1 with a:
2 pass
3 with a() as b, c:
4 pass