assertIsNone(expr, msg=None) assertIsNotNone(expr, msg=None)
assertIsNone(expr, msg=None)
assertIsNotNone(expr, msg=None)
Test that expr is (or is not) None.
New in version 3.1.
Please login to continue.
Please login to continue.