ID EN
Unittest

assertIs

Python 3.11

Test that first and second are (or are not) the same object.

Syntax

PYTHON
assertIs(first, second, msg=None)