Primary
operator.contains() ⚬|Documentation|1st|20251021185207-00-⌔
operator — Standard operators as functions — Python 3 documentation#operator.contains
operator.contains(a, b)
operator.__contains__(a, b)Return the outcome of the test
b in a. Note the reversed operands.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •