Lines Matching refs:exc_name
127 exc_name = self.expected.__name__129 exc_name = str(self.expected)131 "%s not raised" % (exc_name,))