mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Readme improved
This commit is contained in:
@@ -8,14 +8,13 @@ search functions `get_names_for_scope` and `get_scopes_for_name`. At the end
|
||||
there are the `follow_` functions, which evaluate a statement, or parts of a
|
||||
statement.
|
||||
|
||||
TODO doc
|
||||
TODO magic methods: __mul__, __add__, etc.
|
||||
TODO evaluate asserts/isinstance (type safety)
|
||||
|
||||
python 3 stuff:
|
||||
TODO class decorators
|
||||
TODO annotations ? how ? type evaluation and return?
|
||||
TODO nonlocal statement
|
||||
TODO nonlocal statement, needed or can be ignored?
|
||||
|
||||
TODO __ instance attributes should not be visible outside of the class.
|
||||
TODO getattr / __getattr__ / __getattribute__ ?
|
||||
|
||||
Reference in New Issue
Block a user