*args tests

This commit is contained in:
David Halter
2012-05-06 01:03:47 +02:00
parent cb5b036f01
commit 40e59c0476
3 changed files with 50 additions and 8 deletions

View File

@@ -116,3 +116,9 @@ f1.
#? []
g1.
# -----------------
# dicts
# -----------------
dic2 = {'asdf': 3}
#? ['real']
dic2['asdf'].real