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 |