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

Class BareStringArg

source code

    Arg --+    
          |    
ArgOneParam --+
              |
             BareStringArg

An arbitrary argument output without quotes.

The argument can be a string or anything with a str() representation, or a tuple of such things. Thus this can be used for strings (which will be output without quotation marks), integers, floating point arguments, or multiple arguments of the above types (which will be output separated by spaces). No checking is done that the argument is sensible.

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

Inherited from ArgOneParam: get_option


Method Details [hide private]

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

source code 
None
Overrides: ArgOneParam.__init__

__call__(self, keyw)
(Call operator)

source code 
None