Most viewed recipes tagged "bytecodes"http://code.activestate.com/recipes/tags/bytecodes/views/2009-11-03T13:14:57-08:00ActiveState Code RecipesThe goto decorator (Python) 2009-11-03T13:14:57-08:00Carl Cereckehttp://code.activestate.com/recipes/users/4172182/http://code.activestate.com/recipes/576944-the-goto-decorator/ <p style="color: grey"> Python recipe 576944 by <a href="/recipes/users/4172182/">Carl Cerecke</a> (<a href="/recipes/tags/bytecodes/">bytecodes</a>, <a href="/recipes/tags/decorator/">decorator</a>, <a href="/recipes/tags/goto/">goto</a>). Revision 5. </p> <p>A function-decorator that provides the goto command.</p>