def never()

in doubles/call_count_accumulator.py [0:0]


    def never(self):
        """Test if the number of expect is 0

        :rtype: boolean
        """

        return self.has_exact and self._exact == 0