mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Get rid of all completions usages
This commit is contained in:
@@ -47,7 +47,7 @@ def run(code, index, infer=False):
|
||||
if infer:
|
||||
result = script.goto_definitions()
|
||||
else:
|
||||
result = script.completions()
|
||||
result = script.complete()
|
||||
print('Used %ss for the %sth run.' % (time.time() - start, index + 1))
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user