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

Class StringArg

source code

    Arg --+    
          |    
ArgOneParam --+
              |
             StringArg

An option taking a quoted string argument.

Instance Methods [hide private]
 
__init__(self, argname, fixedword=None, default=None) source code
 
__call__(self, keyw) source code

Inherited from ArgOneParam: get_option

Method Details [hide private]

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

source code 
Overrides: ArgOneParam.__init__