Home
/
Python 3.11
/
Operators
/
is_
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
is_
Python 3.11
Return a is b. Tests object identity.
Syntax
PYTHON
Copy
operator.is_(a, b)