debugging stuff

This commit is contained in:
David Halter
2012-07-05 01:03:28 +02:00
parent 70530c0767
commit 70b3895e42
5 changed files with 39 additions and 5 deletions

View File

@@ -8,6 +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 = 'test/completion/classes.py'
import os
path = os.path.join(os.getcwd(), f_name)
@@ -15,7 +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, 163, 200, path)
completions = functions.complete(code, 15, 200, path)
#completions = functions.complete(code, 163, 200, path)
#completions = functions.get_definitions(code, 181, 2, path)
#completions = functions.complete(code, 42, 200, path)