default of no arguments at an execution changed to a parsing.Array

This commit is contained in:
David Halter
2012-07-05 18:22:56 +02:00
parent e88c11605b
commit 28ad77406f
5 changed files with 18 additions and 10 deletions

View File

@@ -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)