Sets the module's counting options.
(self, counting_style)
| 715 | return last_verbose_level |
| 716 | |
| 717 | def SetCountingStyle(self, counting_style): |
| 718 | """Sets the module's counting options.""" |
| 719 | self.counting = counting_style |
| 720 | |
| 721 | def SetFilters(self, filters): |
| 722 | """Sets the error-message filters. |