with statement - multiple arguments

This commit is contained in:
David Halter
2012-04-22 14:10:10 +02:00
parent 909a6bfa2b
commit 190e02b61f
4 changed files with 59 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ class Parser(object):
'int': '0',
'dictionary': '{}',
'list': '[]',
'object': '{}',
'file object': 'file("")',
# TODO things like dbg: ('not working', 'tuple of integers')
}
cache = {}