module documentation

Provides a simple function count(data,target).

Function count Return the number of occurrences of target within sequence data.
def count(data, target):

Return the number of occurrences of target within sequence data.