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

@@ -14,8 +14,8 @@ TODO annotations ? how ? type evaluation and return?
TODO nonlocal statement
TODO getattr / __getattr__ / __getattribute__ ?
TODO descriptors
TODO @staticmethod @classmethod
TODO descriptors (also for classes, for instances it should work)
TODO @staticmethod @classmethod (implement descriptors, builtins are done)
TODO variable assignments in classes (see test/completion/classes @230)
"""
from _compatibility import next, property