| 
        
            | Methods |  |  
        | do_script revert
 
 |  
            |  | do_script |  
        | 
do_script (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )
do script: execute a gnuplot script
        Required argument: a gnuplot script 
        Keyword argument _attributes: AppleEvent attribute dictionary 
        
            | Exceptions |  |  
        | TypeError, 'No optional args expected' aetools.Error, aetools.decodeerror( _arguments )
 
 |  |  
            |  | revert |  
        | 
revert (
        self,
        _object,
        _attributes={},
        **_arguments,
        )
revert: Revert an object to the most recently saved version
        Required argument: object to revert
        Keyword argument _attributes: AppleEvent attribute dictionary 
        
            | Exceptions |  |  
        | TypeError, 'No optional args expected' aetools.Error, aetools.decodeerror( _arguments )
 
 |  |  |