File tree
4 files changed
+4
-45
lines changed- .github/workflows
- pythonx
- test/vspec
4 files changed
+4
-45
lines changedLines changed: 2 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - |
- .github/workflows/ci.yml+6-6
- .readthedocs.yml+5
- AUTHORS.txt+3
- CHANGELOG.rst+5
- SECURITY.md+1-1
- jedi/__init__.py+1-1
- jedi/_compatibility.py+14-1
- jedi/api/__init__.py+2-2
- jedi/api/completion.py+33-3
- jedi/api/environment.py+20-6
- jedi/inference/__init__.py+1-1
- jedi/inference/compiled/subprocess/__init__.py+139-18
- jedi/inference/syntax_tree.py+12-3
- jedi/parser_utils.py+9-5
- jedi/plugins/pytest.py+20-1
- setup.cfg+7-1
- setup.py+4-3
- test/completion/basic.py+10
- test/completion/conftest.py+6
- test/completion/context.py+2-4
- test/completion/fixture_module.py+6
- test/completion/pep0484_basic.py+5
- test/completion/pytest.py+3
- test/test_api/test_api.py+11-2
- test/test_api/test_classes.py+2-2
- test/test_api/test_context.py+1-1
- test/test_api/test_interpreter.py+23-19
- test/test_api/test_project.py+8-4
- test/test_api/test_refactoring.py+1-1
- test/test_api/test_search.py+1-1
- test/test_debug.py+1
- test/test_inference/test_compiled.py+3-2
- test/test_inference/test_docstring.py+5-2
- test/test_inference/test_extension.py+3-1
- test/test_inference/test_gradual/test_typeshed.py+2-2
- test/test_inference/test_imports.py+22
- test/test_inference/test_literals.py-1
- test/test_inference/test_signature.py+3-2
- test/test_inference/test_sys_path.py+2-2
- test/test_parso_integration/test_basic.py-1
- test/test_utils.py+12-6
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 | 55 |
| |
69 | 56 |
| |
70 | 57 |
| |
|
0 commit comments