goto function added

This commit is contained in:
David Halter
2012-05-13 02:37:47 +02:00
parent 7f94e417e4
commit d6c5363132
4 changed files with 53 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ Jedi supports many of the widely used Python features:
- multiple returns / yields
- tuple assignments / array indexing / dictionary indexing
- exceptions / with-statement /
- \*args / \*\*args
- \*args / \*\*kwargs
- decorators
- generators (yield statement)