Add a way to get the line in a BaseDefinition. Fixes #518.

This commit is contained in:
Dave Halter
2016-07-31 20:37:48 +02:00
parent 6f598b1157
commit 5f064a2a0a
5 changed files with 44 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ Changelog
- Actual semantic completions for the complete Python syntax.
- Basic type inference for ``yield from`` PEP 380.
- PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst)
- Added ``get_line_code`` to ``Definition`` and ``Completion`` objects.
- Again a lot of internal changes.
0.9.0 (2015-04-10)