Default Value

Ian Kelly ian.g.kelly at gmail.com
Fri Jun 21 21:42:35 EDT 2013


On Fri, Jun 21, 2013 at 7:37 PM, Chris Angelico <rosuav at gmail.com> wrote:
>>>> class HashableList(list):
>         def __hash__(self):
>                 return 42

Hey, we both picked exactly the same example!



More information about the Python-list mailing list