extools.error_stack

Tools for working with the Sage Error Stack through Extender.

extools.error_stack.consume_errors()[source]

Consume the message on the stack and get them as (Pri, Msg) pairs.

Returns:[(pri, msg), (pri, msg), …]
Return type:list