This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
1087b62e952cd088e02a50df39cb03cf16de691a
jedi-fork
/
jedi
/
inference
/
value
History
Dave Halter
1087b62e95
Refactor references: Matching more names that might be related
...
Fixes
davidhalter/jedi-vim#900
. See also
davidhalter/jedi-vim#552
.
2019-12-23 00:41:22 +01:00
..
__init__.py
Start using AnonymousMethodExecutionContext instead of the normal function execution context with arguments
2019-09-03 14:44:01 +02:00
decorator.py
…
dynamic_arrays.py
Fix simple typo: wheter -> whether (
#1460
)
2019-12-17 10:05:21 +01:00
function.py
Refactor references: Matching more names that might be related
2019-12-23 00:41:22 +01:00
instance.py
Make sure docstrings can always be inferred for builtins modules,
fixes
#1432
2019-12-11 00:06:58 +01:00
iterable.py
Make sure that sequence literals have the right generic classes,
fixes
#1416
2019-12-20 01:33:41 +01:00
klass.py
…
module.py
Avoid some duplication of code
2019-12-22 01:24:50 +01:00
namespace.py
…