Class: Arg | Gnuplot/termdefs.py |
---|---|
Process terminal subargs and return a command fragment. Pull one or more arguments from keyw and output a list of strings
that will be appended to the This is a base class for the actual argument-processing classes. Derived classes must define a __call__(self, keyw) method returning a list of strings or None. |