Popular Python recipes tagged "typesafe"http://code.activestate.com/recipes/langs/python/tags/typesafe/2010-07-10T01:43:38-07:00ActiveState Code Recipestypesafe records (Python)
2010-07-10T01:43:38-07:00andrew johnsonhttp://code.activestate.com/recipes/users/4174071/http://code.activestate.com/recipes/577249-typesafe-records/
<p style="color: grey">
Python
recipe 577249
by <a href="/recipes/users/4174071/">andrew johnson</a>
(<a href="/recipes/tags/namedtuple/">namedtuple</a>, <a href="/recipes/tags/record/">record</a>, <a href="/recipes/tags/type/">type</a>, <a href="/recipes/tags/typesafe/">typesafe</a>).
Revision 4.
</p>
<p>A typesafe wrapper for namedtuple.</p>