cscm.CmdArgumentGTHomeFile¶
- class
cscm.CmdArgumentGTHomeFile¶ -
Bases:
objectThe path to a file, prefixed by the path to the CodeSonar installation. Store objects of this class in a
CmdArgument.Methods
__init__()Initializer. -
__init__(v)¶ -
Initializer.
Parameters: v (str) – The path suffix (the part of the path that comes after the path to the CodeSonar installation). __init__()-
Default initializer.
-