src/eric7/VirtualEnv/VirtualenvMeta.py

branch
server
changeset 10765
b0632e55ec9a
parent 10725
51fe971610d3
child 11090
f5f5f5803935
equal deleted inserted replaced
10764:5915ca2466b2 10765:b0632e55ec9a
22 is_global: bool = False # flag indicating a global environment 22 is_global: bool = False # flag indicating a global environment
23 is_conda: bool = False # flag indicating an Anaconda environment 23 is_conda: bool = False # flag indicating an Anaconda environment
24 is_remote: bool = False # flag indicating a remotely accessed environment 24 is_remote: bool = False # flag indicating a remotely accessed environment
25 exec_path: str = "" # string to be prefixed to the PATH environment setting 25 exec_path: str = "" # string to be prefixed to the PATH environment setting
26 description: str = "" # description of the environment 26 description: str = "" # description of the environment
27 is_eric_server: bool = False # flag indicating an eric IDE server environment 27 is_eric_server: bool = False # flag indicating an eric-ide server environment
28 eric_server: str = "" # server name the environment belongs to 28 eric_server: str = "" # server name the environment belongs to
29 29
30 def as_dict(self): 30 def as_dict(self):
31 """ 31 """
32 Public method to convert the metadata into a dictionary. 32 Public method to convert the metadata into a dictionary.

eric ide

mercurial