get_code is now able to process returns again

This commit is contained in:
David Halter
2012-12-22 20:28:34 +01:00
parent e701a4ef92
commit c7fd196850
2 changed files with 7 additions and 4 deletions

View File

@@ -365,7 +365,7 @@ a()
x = []
a = lambda x: x
int()
#? int()
a(0)
#? float()