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-26 23:31:11 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0c1df5f2ae4f5f0243b48a7b1ec031685280494
jedi
/
test
/
static_analysis
History
Dave Halter
febe65f737
Disable predefined name analysis (if stmts) for all non-analysis tasks
...
It's really buggy and caused quite a few issues
2018-01-29 00:56:29 +01:00
..
import_tree
…
attribute_error.py
…
attribute_warnings.py
…
branches.py
Disable predefined name analysis (if stmts) for all non-analysis tasks
2018-01-29 00:56:29 +01:00
builtins.py
…
class_simple.py
…
comprehensions.py
Remove nodes_to_execute in favor of a function in parser_utils.
2017-04-08 12:59:49 +02:00
descriptors.py
…
generators.py
…
imports.py
…
iterable.py
…
keywords.py
…
normal_arguments.py
Renamed a static analysis test case to be able to better execute that one explicitly.
2016-12-13 18:13:33 +01:00
operations.py
…
python2.py
Making it possible for static analysis tests to be skipped if the python version doesn't match.
2015-12-22 17:37:28 +01:00
star_arguments.py
…
try_except.py
…