builtin cache reloads modules if they changed

This commit is contained in:
David Halter
2012-04-18 12:26:16 +02:00
parent 832a3cb2c0
commit f0532c6869
3 changed files with 17 additions and 4 deletions

View File

@@ -16,5 +16,7 @@ code = f.read()
for i in range(1):
completions = functions.complete(code, 150, 200, path)
#print '\n', ', '.join(sorted(str(c) for c in completions))
print '\n', ', '.join(sorted(str(c) for c in completions))
#print [n.name for n in completions]
#print [n.name.get_parent_until() for n in completions]
print '#', len(completions)