Add Script().get_context, fixes #253

This commit is contained in:
Dave Halter
2019-12-22 17:19:01 +01:00
parent 22c3beffd0
commit fcf8506531
3 changed files with 138 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ Changelog
+++++++++++++++++++
- **Add** ``Script.get_context`` to get information where you currently are.
- Big **Script API Changes**:
- The line and column parameters of ``jedi.Script`` are now deprecated
- ``completions`` deprecated, use ``complete`` instead