1
0
forked from VimPlug/jedi

Add Project.path, fixes #1622

This commit is contained in:
Dave Halter
2020-06-27 00:43:19 +02:00
parent bc23458164
commit 344fef1e2f
5 changed files with 12 additions and 4 deletions

View File

@@ -150,6 +150,13 @@ class Project(object):
py2_comp(path, **kwargs)
@property
def path(self):
"""
The base path for this project.
"""
return self._path
@inference_state_as_method_param_cache()
def _get_base_sys_path(self, inference_state):
# The sys path has not been set explicitly.