1
0
forked from VimPlug/jedi

added magic function names to completion, fixes nothing, but makes jedi more awesome :-D

This commit is contained in:
David Halter
2012-11-30 16:27:24 +01:00
parent ff827b4335
commit 99aed7ce91
4 changed files with 180 additions and 151 deletions

View File

@@ -350,3 +350,10 @@ def annot_ret(a:3) -> 3:
#? str()
annot_ret('')
# -----------------
# magic methods
# -----------------
def a(): pass
#? ['__closure__']
a.__closure__