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
2025-12-27 15:45:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
565cfce2fea4861f4bf5f0638b9c51e0930bbd35
jedi
/
test
/
static_analysis
History
Dave Halter
5e9d9573d5
Don't warn on addition of an int literal plus an unknown int number.
2014-07-22 16:44:10 +02:00
..
import_tree
fix a ModuleWrapper with StarImports. Now all modules are wrapped.
2014-06-29 21:04:52 +02:00
arguments.py
instance issue with param static analysis
2014-06-09 01:59:54 +02:00
attribute_error.py
fix a ModuleWrapper with StarImports. Now all modules are wrapped.
2014-06-29 21:04:52 +02:00
attribute_warnings.py
Also issue warnings if setattr is used in a class instead of an error
2014-06-26 13:40:15 +02:00
descriptors.py
ExecutedParams should never be additionally faked, even if they are the first params. They have been legitimately created by a caller.
2014-06-30 15:22:53 +02:00
generators.py
…
imports.py
…
operations.py
Don't warn on addition of an int literal plus an unknown int number.
2014-07-22 16:44:10 +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
fixed inheritance for exception checks
2014-06-23 13:01:12 +02:00