In python we have the handy "in" operator: if 3 in [1,2,3]: ...
Is there a similar function in MochiKit? I looked around and couldn't see one, so I wrote on myself.
In python we have the handy "in" operator: if 3 in [1,2,3]: ...
Is there a similar function in MochiKit? I looked around and couldn't see one, so I wrote on myself.