mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
an instance method instance_contains as sq_contains. It looks for __contains__ and if not found falls back to previous behaviour. Done.
an instance method instance_contains as sq_contains. It looks for __contains__ and if not found falls back to previous behaviour. Done.