mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 13:21:26 +08:00
new jedi test, which is working pretty good
This commit is contained in:
7
test/completion/thirdparty/jedi_.py
vendored
7
test/completion/thirdparty/jedi_.py
vendored
@@ -33,5 +33,10 @@ el = list(evaluate.get_names_for_scope())[0][1]
|
||||
|
||||
# TODO here should stand evaluate.Instance() and so on.
|
||||
# need to understand list comprehensions
|
||||
#?
|
||||
##?
|
||||
el = list(evaluate.get_names_for_scope())[0][1][0]
|
||||
|
||||
#? list()
|
||||
parsing.Scope((0,0)).get_set_vars()
|
||||
#?
|
||||
parsing.Scope((0,0)).get_set_vars()[0]
|
||||
|
||||
Reference in New Issue
Block a user