\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
mixed_fatal_error#
View page sourceMixed Class Fatal Errors#
Syntax#
mixed_obj
.post_fatal_error ( message )post_fatal_error#
is a mixed class member function that posts a fatal error.
It’s message argument is an str describing the error.
A call to this function will raise a python RuntimeError with
the specified message. It’s main purpose is for testing.