Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module termdefs :: Class StringArg
[hide private]
[frames] | no frames]

Class StringArg

source code


An option taking a quoted string argument.

Instance Methods [hide private]
 
__call__(self, keyw) source code
 
__init__(self, argname, fixedword=None, default=None) source code
    Inherited from ArgOneParam
 
get_option(self, keyw)
Get the keyword argument corresponding to this Arg.
source code
Method Details [hide private]

__init__(self, argname, fixedword=None, default=None)
(Constructor)

source code 
Overrides: ArgOneParam.__init__