mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
removed old todos
This commit is contained in:
@@ -15,10 +15,6 @@ TODO annotations ? how ? type evaluation and return?
|
||||
TODO nonlocal statement
|
||||
|
||||
TODO getattr / __getattr__ / __getattribute__ ?
|
||||
|
||||
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) +1
|
||||
"""
|
||||
from _compatibility import next, property, hasattr
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user