types also add to completions, also for compiled objects. removed a few lines of code that complicated the process as well.

This commit is contained in:
Dave Halter
2014-06-28 12:09:43 +02:00
parent 7d73e571bb
commit 5b7c869323
3 changed files with 21 additions and 14 deletions

View File

@@ -31,6 +31,10 @@ next(open(''))
#? int()
{'a':2}.setdefault('a', 3)
# Compiled classes should have the meta class attributes.
#? ['__itemsize__']
tuple.__itemsize__
# -----------------
# re
# -----------------