mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
default of no arguments at an execution changed to a parsing.Array
This commit is contained in:
6
ftest.py
6
ftest.py
@@ -8,7 +8,7 @@ functions.debug.ignored_modules = ['parsing', 'builtin']
|
||||
functions.modules.builtin.module_find_path.insert(0, '.')
|
||||
|
||||
f_name = 'functions.py'
|
||||
f_name = 'parsetest.py'
|
||||
#f_name = 'parsetest.py'
|
||||
#f_name = 'test/completion/classes.py'
|
||||
import os
|
||||
path = os.path.join(os.getcwd(), f_name)
|
||||
@@ -16,8 +16,8 @@ path = os.path.join(os.getcwd(), f_name)
|
||||
f = open(path)
|
||||
code = f.read()
|
||||
for i in range(1):
|
||||
completions = functions.complete(code, 15, 200, path)
|
||||
#completions = functions.complete(code, 163, 200, path)
|
||||
#completions = functions.complete(code, 15, 200, path)
|
||||
completions = functions.complete(code, 164, 200, path)
|
||||
#completions = functions.get_definitions(code, 181, 2, path)
|
||||
#completions = functions.complete(code, 42, 200, path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user