\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
mixed_warning#
View page sourceMixed Class Warnings#
Syntax#
warning ( message )
mixed_obj
.post_warning ( message )warning#
This is the warning argument to the mixed class constructor. It’s message argument is an str describing the warning.
post_warning#
is a mixed class member function that posts a warning. It’s message argument is an str describing the warning. It’s main purpose is for testing.