I want to use Python\'s in with is rather than ==. Currently I achieve that with any:
in
is
==
any
class Person: de