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-03-04 03:39:12 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9dd76c7ce546caa3328557de71b51719288762d6
jedi
/
test
/
completion
History
…
..
import_tree
…
namespace1/pkg1
/pkg2
…
namespace2/pkg1
/pkg2
…
stub_folder
…
thirdparty
…
__init__.py
…
arrays.py
…
async_.py
…
basic.py
…
classes.py
…
completion.py
…
complex.py
…
comprehensions.py
Remove a lot of test references to Python 2/3.5
2020-07-02 00:17:21 +02:00
conftest.py
…
context.py
…
decorators.py
…
descriptors.py
…
django.py
…
docstring.py
…
dynamic_arrays.py
…
dynamic_params.py
…
fixture_module.py
…
flow_analysis.py
…
fstring.py
…
functions.py
…
generators.py
…
goto.py
…
imports.py
…
inheritance.py
…
invalid.py
…
isinstance.py
…
keywords.py
Fix remaining Python 3.7 issues to get the tests to pass
2018-12-06 00:35:09 +01:00
lambdas.py
Lambdas in comprehensions need parentheses in Python > 3.8
2021-12-12 18:17:53 +00:00
named_expression.py
…
named_param.py
…
ns_path.py
…
on_import.py
…
ordering.py
…
parser.py
…
pep0484_basic.py
…
pep0484_comments.py
Fix inference from type comment for function parameter with dot
2019-11-08 13:41:17 +01:00
pep0484_decorators.py
…
pep0484_generic_mismatches.py
…
pep0484_generic_parameters.py
Replace some type comments with annotations
2022-05-26 23:09:28 +02:00
pep0484_generic_passthroughs.py
…
pep0484_overload.py
…
pep0484_typing.py
…
pep0526_variables.py
…
pep0593_annotations.py
Support typing.Annotated inference
2023-06-17 20:46:03 +09:00
pep0604.py
…
positional_only_params.py
…
precedence.py
Upgrade typeshed
2021-01-01 03:18:49 +01:00
pytest.py
…
recursion.py
…
stdlib.py
…
stubs.py
…
sys_path.py
…
types.py
…
usages.py
…