Skip to content

Latest commit

 

History

History
executable file
·
24 lines (12 loc) · 486 Bytes

interpretermanagement.rst

File metadata and controls

executable file
·
24 lines (12 loc) · 486 Bytes

Interpreter Management

.. function:: saveaudit

        Not completely implemented at this time. Saves all commands executed
        by the interpreter.



.. function:: retrieveaudit

        Not completely implemented at this time. See :func:`saveaudit` .



.. function:: quit

        Exits the program. Can be used as the action of a button. If edit buffers
        are open you will be asked if you wish to save them before the final exit.