Popular recipes tagged "named" but not "qmark"http://code.activestate.com/recipes/tags/named-qmark/2012-06-13T13:43:47-07:00ActiveState Code RecipesNamed constant type (Python) 2012-06-13T13:43:47-07:00Giampaolo RodolĂ http://code.activestate.com/recipes/users/4178764/http://code.activestate.com/recipes/577984-named-constant-type/ <p style="color: grey"> Python recipe 577984 by <a href="/recipes/users/4178764/">Giampaolo RodolĂ </a> (<a href="/recipes/tags/constant/">constant</a>, <a href="/recipes/tags/named/">named</a>, <a href="/recipes/tags/python/">python</a>). Revision 7. </p> <p>A simple constant type which overrides the base integer type to provide a useful name on str().</p>