mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 17:35:22 +08:00
default of no arguments at an execution changed to a parsing.Array
This commit is contained in:
@@ -86,6 +86,8 @@ exe[1]
|
||||
|
||||
#? int()
|
||||
func()[0]
|
||||
#? str()
|
||||
func()[1]
|
||||
#? float()
|
||||
func(1.0)[0]
|
||||
#? str()
|
||||
|
||||
7
test/completion/thirdparty/jedi.py
vendored
7
test/completion/thirdparty/jedi.py
vendored
@@ -1,5 +1,5 @@
|
||||
|
||||
from jedi import functions
|
||||
from jedi import functions, evaluate
|
||||
|
||||
el = functions.complete()[0]
|
||||
#? ['description']
|
||||
@@ -14,5 +14,8 @@ scopes, path, dot, like = \
|
||||
source_path, True)
|
||||
|
||||
# has problems with that (sometimes) very deep nesting.
|
||||
#? str()
|
||||
#? set()
|
||||
el = scopes.
|
||||
|
||||
##? str() <--- recursion
|
||||
el = evaluate.get_names_for_scope()[0].
|
||||
|
||||
Reference in New Issue
Block a user