mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
add lambdas to README
This commit is contained in:
@@ -84,11 +84,10 @@ Jedi supports many of the widely used Python features:
|
|||||||
- ignores syntax and indentation errors
|
- ignores syntax and indentation errors
|
||||||
- multiple returns / yields
|
- multiple returns / yields
|
||||||
- tuple assignments / array indexing / dictionary indexing
|
- tuple assignments / array indexing / dictionary indexing
|
||||||
- exceptions / with-statement
|
- with-statement / exceptions
|
||||||
- \*args / \*\*kwargs
|
- \*args / \*\*kwargs
|
||||||
- decorators
|
- decorators / lambdas / closures
|
||||||
- descriptors -> property / staticmethod / classmethod
|
- descriptors -> property / staticmethod / classmethod
|
||||||
- closures
|
|
||||||
- generators (yield statement) / iterators
|
- generators (yield statement) / iterators
|
||||||
- support for some magic methods: ``__call__``, ``__iter__``, ``__next__``,
|
- support for some magic methods: ``__call__``, ``__iter__``, ``__next__``,
|
||||||
``__get__``, ``__getitem__``, ``__init__``
|
``__get__``, ``__getitem__``, ``__init__``
|
||||||
|
|||||||
Reference in New Issue
Block a user