This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
d694ab83a3e88ea51c623f8f728f26d867af09bf
jedi-fork
/
test
/
static_analysis
T
History
Dave Halter
d694ab83a3
Memoizing statements doesn't work anymore.
...
Statements now need to be evaluated at least if predefined_names_dict is set.
2015-06-29 13:32:39 +02:00
..
import_tree
fix a ModuleWrapper with StarImports. Now all modules are wrapped.
2014-06-29 21:04:52 +02:00
arguments.py
Fix static analysis' argument tests.
2014-12-13 07:33:03 +01:00
attribute_error.py
Fix an attribute error in static analysis code.
2015-02-26 14:40:33 +01: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
branches.py
Memoizing statements doesn't work anymore.
2015-06-29 13:32:39 +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
Re-enable AttributeError/NameError detection for more complicated occurances than just statements.
2014-12-11 19:18:00 +01:00
imports.py
Improved static analysis for imports.
2015-04-23 02:43:49 +02:00
operations.py
Static analysis tests for type errors with variables.
2015-06-23 18:04:36 +02:00
star_arguments.py
Some temporary args/kwargs related changes to static analysis.
2014-12-15 14:58:16 +01:00
try_except.py
fixed inheritance for exception checks
2014-06-23 13:01:12 +02:00