mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Per https://docs.python.org/3/reference/expressions.html#membership-test-operations For user-defined classes which define the contains() method, x in y returns True if y.contains(x) returns a true value, and False otherwise. Fixes issue #7884.
788 B
788 B