Implement the sequence `count` method (#198)
As specified here: * https://docs.python.org/2/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange This commit only uses the sequence count method for `list.count`, but it can easily be applied to other sequence types in follow-on commits.
Showing
Please register or sign in to comment