1
0
forked from VimPlug/jedi

caches have their own module now.

This commit is contained in:
David Halter
2012-12-12 21:28:19 +01:00
parent 169b35b5a9
commit e8ddc35a1b
9 changed files with 109 additions and 97 deletions

View File

@@ -8,6 +8,7 @@ import sys
import os
import time
import cache
import parsing
import builtin
import debug
@@ -215,7 +216,7 @@ class ModuleWithCursor(Module):
return self._part_parser
@evaluate.memoize_default([])
@cache.memoize_default([])
def sys_path_with_modifications(module):
def execute_code(code):
c = "import os; from os.path import *; result=%s"