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-01-07 04:33:21 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9348d4bb6cde10aa2da71810dca611c85827bf3c
jedi
/
test
/
static_analysis
History
Dave Halter
9348d4bb6c
jedi should be able to detect exceptions even in except X: statements
2014-06-23 12:07:51 +02:00
..
arguments.py
instance issue with param static analysis
2014-06-09 01:59:54 +02:00
attribute_error.py
changed the way how the dynamic param function searches it's parent scope, to enable smooth list comprehension following
2014-06-22 13:48:30 +02:00
generators.py
static analysis start positions are now tested
2014-05-16 15:03:59 +02:00
imports.py
improved import positioning errors in static analysis
2014-05-16 17:20:45 +02:00
star_arguments.py
reorder var_args if named arguments are in front of *args.
2014-06-19 12:18:24 +02:00
try_except.py
jedi should be able to detect exceptions even in except X: statements
2014-06-23 12:07:51 +02:00