1
0
forked from VimPlug/jedi

property / staticmethod / classmethod builtin implementation

This commit is contained in:
David Halter
2012-06-24 00:54:40 +02:00
parent d1f464f0f7
commit e42a534e38
3 changed files with 48 additions and 4 deletions

View File

@@ -189,13 +189,13 @@ class B():
return ''
p = Property(t)
##? str()
B().p
#? []
B().r()
#? int()
B().r
##? str()
B().p
##? []
B().p()