Popular recipes by Clark Evans http://code.activestate.com/recipes/users/98015/2001-03-24T15:09:39-08:00ActiveState Code RecipesStatic or Class Methods (Python)
2001-03-24T15:09:39-08:00Clark Evanshttp://code.activestate.com/recipes/users/98015/http://code.activestate.com/recipes/52301-static-or-class-methods/
<p style="color: grey">
Python
recipe 52301
by <a href="/recipes/users/98015/">Clark Evans</a>
(<a href="/recipes/tags/oop/">oop</a>).
</p>
<p>Class methods that do not require an object instance.</p>