Popular recipes by Animesh Kumar http://code.activestate.com/recipes/users/4178212/2011-06-06T12:07:00-07:00ActiveState Code RecipesInfix operators (Python)
2011-06-06T12:07:00-07:00Animesh Kumarhttp://code.activestate.com/recipes/users/4178212/http://code.activestate.com/recipes/577738-infix-operators/
<p style="color: grey">
Python
recipe 577738
by <a href="/recipes/users/4178212/">Animesh Kumar</a>
(<a href="/recipes/tags/oop/">oop</a>).
</p>
<p>Python has the wonderful "in" operator and it would be nice to have additional infix operator like this. This recipe shows how (almost) arbitrary infix operators can be defined.</p>