| 
/ Gnuplot / termdefs.py / KeywordOrBooleanArg  
        
            | Methods |  |  
        | 
        
            |  | __call__ |  
        | 
__call__ ( self,  keyw )
 
        
            | Exceptions |  |  
        | 
Errors.OptionError('Arguments %s and %s cannot both be specified' %( option, k, ) )Errors.OptionError('Arguments %s and %s are contradictory' %( self.argname, k, ) )
 Errors.OptionError('Illegal option %s=%s' %( self.argname, k, ) )
 
 |  |  
        
            |  | __init__ |  
        | 
__init__ (
        self,
        options,
        argname=None,
        fixedword=None,
        default=None,
        )
 |  |  |