completions on jedi now don't run into almost endless loop anymore

This commit is contained in:
David Halter
2012-08-23 02:05:45 +02:00
parent ddc7c73c46
commit cfba8216c9
5 changed files with 49 additions and 30 deletions

View File

@@ -36,6 +36,9 @@ arr2 = [1,2,3]
#? ['append']
arr2.app
#? int()
arr.count(1)
# -----------------
# dicts
# -----------------