cscm.CmdArgumentVector¶
- class
cscm.CmdArgumentVector¶ -
Bases:
objectStores an iterable of
CmdArgumentso that the same set of arguments can be shared across multipleFrontEndCommandobjects.Store objects of this class in a
CmdArgument.Methods
__init__()Initializer. -
__init__(v)¶ -
Initialize a CmdArgumentVector from an iterable of
CmdArgument.Parameters: v (iterable of CmdArgument) – TheCmdArgumentobjects to store in the CmdArgumentVector. __init__(strs)-
Initialize a CmdArgumentVector from an iterable of str.
Parameters: strs (iterable of str) – The strings that will be converted to CmdArgumentStringobjects and then stored in the CmdArgumentVector. __init__()-
Default initializer.
-