This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-04-20 05:17:41 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
12154fdecf97eaebf8697a8242d13125ee36e805
jedi
/
test
/
completion
History
Dave Halter
e872d9e073
Script.goto_assignments now always needs a call_path. Otherwise it raises a NotFoundError.
...
This change makes Jedi's behavior more consistent.
2014-09-04 00:56:58 +02:00
..
import_tree
…
thirdparty
…
__init__.py
…
arrays.py
…
basic.py
Remove the old 'is not' logic to detect if not instances and use them to do branch predictions. This is not necessary anymore, since we now support that in a more general way (flow_analysis).
2014-08-12 18:14:03 +02:00
classes.py
…
complex.py
…
decorators.py
…
definition.py
…
descriptors.py
Tests for conditions in descriptors.
2014-08-13 14:49:42 +02:00
docstring.py
…
dynamic.py
…
flow_analysis.py
Fix issues with unreachable flows.
2014-09-03 00:05:37 +02:00
functions.py
…
generators.py
…
goto.py
…
imports.py
…
invalid.py
…
isinstance.py
refactor fast_parent_copy, use new_elements_default to hand in a dictionary, that contains all the generated duplicates.
2014-08-21 13:17:33 +02:00
keywords.py
…
lambdas.py
Fix fast_parent_copy. The caching is now more solid than before (and doesn't produce weird side effects. This also solves an issue with Lambdas. However, by fixing all of this we have broken some other things.
2014-08-15 01:55:43 +02:00
named_param.py
…
ordering.py
…
parser.py
…
precedence.py
…
stdlib.py
Fix an issue with partial keyword inputs.
2014-08-14 12:25:00 +02:00
sys_path.py
…
types.py
…
usages.py
Script.goto_assignments now always needs a call_path. Otherwise it raises a NotFoundError.
2014-09-04 00:56:58 +02:00