mixed_warning#

View page source

Mixed 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.

Example#

mixed_warning_xam.py