cscm.CmdArgumentEnvVarPrefix¶
- class
cscm.CmdArgumentEnvVarPrefix¶ -
Bases:
objectThe path to a file, where the path prefix is an environment variable. Store objects of this class in a
CmdArgument.Methods
__init__()Initializer. -
__init__(prefix, suffix)¶ -
Initializer.
Parameters: - prefix (str) – The name of the environment variable whose value will be used as the path prefix.
- suffix (str) – The remainder of the path.
__init__()-
Default initializer.
-