add lambdas to README

This commit is contained in:
David Halter
2012-12-24 10:58:56 +01:00
parent 0cca730b6e
commit 6ec41909fe

View File

@@ -84,11 +84,10 @@ Jedi supports many of the widely used Python features:
- ignores syntax and indentation errors
- multiple returns / yields
- tuple assignments / array indexing / dictionary indexing
- exceptions / with-statement
- with-statement / exceptions
- \*args / \*\*kwargs
- decorators
- decorators / lambdas / closures
- descriptors -> property / staticmethod / classmethod
- closures
- generators (yield statement) / iterators
- support for some magic methods: ``__call__``, ``__iter__``, ``__next__``,
``__get__``, ``__getitem__``, ``__init__``