relsqui / protocards

Simple tools for building card games in python.
MIT License
3 stars 1 forks source link

Finish implementing list methods in Hand #3

Closed relsqui closed 10 years ago

relsqui commented 10 years ago

From http://docs.python.org/2/reference/datamodel.html#emulating-container-types, here's what I've got left:

count(), index(), insert(), remove(), reverse() http://docs.python.org/2/tutorial/datastructures.html

__add__(), __radd__(), __iadd__(), __mul__(), __rmul__(), __imul__() http://docs.python.org/2/reference/datamodel.html#emulating-numeric-types