1
0
forked from VimPlug/jedi

Subprocess progress

Also add an enviornment variable to Script
This commit is contained in:
Dave Halter
2017-11-13 00:40:32 +01:00
parent 3a4dc94ee6
commit 46b81dfa6d
4 changed files with 129 additions and 26 deletions

View File

@@ -3,10 +3,12 @@ import sys
from jedi.evaluate.sys_path import get_venv_path, detect_additional_paths
from jedi.cache import memoize_method
from jedi.evaluate.compiled.subprocess import CompiledSubProcess
class Project(object):
def __init__(self, sys_path=None):
self._compiled_subprocess = CompiledSubProcess()
if sys_path is not None:
self._sys_path = sys_path