mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +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 nonlocal statement
|
||||||
|
|
||||||
TODO getattr / __getattr__ / __getattribute__ ?
|
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
|
from _compatibility import next, property, hasattr
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ def func(a_param):
|
|||||||
# should not be int
|
# should not be int
|
||||||
#? []
|
#? []
|
||||||
a_param.
|
a_param.
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# class
|
# class
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user