1
0
forked from VimPlug/jedi

Better docs for Environment

This commit is contained in:
Dave Halter
2018-04-12 08:59:18 +02:00
parent bf0169480d
commit f4317dadc4

View File

@@ -30,6 +30,11 @@ class _BaseEnvironment(object):
class _Environment(_BaseEnvironment):
"""
This class is supposed to be created by internal Jedi architecture. You
should not create it directly. Please use create_environment or the other
functions instead.
"""
def __init__(self, path, executable):
self.path = os.path.abspath(path)
"""