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
7b50bb00b9729f698124253c3dc690ca15ee3fdb
jedi
/
test
/
test_api
History
Dave Halter
607f43290f
The backwards tokenizer sometimes parsed not only string literals but also normal names.
2015-04-28 18:10:08 +02:00
..
__init__.py
…
test_api_classes_follow_definition.py
…
test_api.py
True in Python 2 is still not a keyword, but a name.
2015-03-06 00:42:57 +01:00
test_call_signatures.py
The backwards tokenizer sometimes parsed not only string literals but also normal names.
2015-04-28 18:10:08 +02:00
test_classes.py
Small test fix.
2015-04-23 04:11:28 +02:00
test_defined_names.py
Temporarily change the behavior of a defined names test. Hard to say how we really want it to behave.
2014-12-11 00:44:31 +01:00
test_full_name.py
Add a py__name__ call to modules. This makes listing the qualified names of modules possible (in combination with the module_name_cache).
Fixes
#519
.
2015-04-14 17:36:20 +02:00
test_interpreter.py
A property can raise an Exception, therefore the interpreter completion should check for those exceptions,
fixes
#538
.
2015-03-24 15:26:00 +01:00
test_unicode.py
…