Latest recipes tagged "constant"http://code.activestate.com/recipes/tags/constant/new/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>