Home
/
Python 3.11
/
Unittest
/
assertIs
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Unittest
assertIs
Python 3.11
Test that first and second are (or are not) the same object.
Syntax
PYTHON
Copy
assertIs(first, second, msg=None)