Home
/
Python 3.11
/
Unittest
/
assertIsNone
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Unittest
assertIsNone
Python 3.11
Test that expr is (or is not) None.
Syntax
PYTHON
Copy
assertIsNone(expr, msg=None)