src/eric7/CondaInterface/CondaExportDialog.py

branch
eric7
changeset 9971
773ad1f1ed22
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
9970:c3686b43f76b 9971:773ad1f1ed22
27 27
28 def __init__(self, conda, envName, envPrefix, parent=None): 28 def __init__(self, conda, envName, envPrefix, parent=None):
29 """ 29 """
30 Constructor 30 Constructor
31 31
32 @param conda reference to the master object 32 @param conda reference to the conda interface object
33 @type Conda 33 @type Conda
34 @param envName name of the environment to create the requirements 34 @param envName name of the environment to create the requirements
35 file from 35 file from
36 @type str 36 @type str
37 @param envPrefix prefix of the environment to create the requirements 37 @param envPrefix prefix of the environment to create the requirements

eric ide

mercurial