Sets the module's counting options.
(self, counting_style)
| 900 | return last_verbose_level |
| 901 | |
| 902 | def SetCountingStyle(self, counting_style): |
| 903 | """Sets the module's counting options.""" |
| 904 | self.counting = counting_style |
| 905 | |
| 906 | def SetFilters(self, filters): |
| 907 | """Sets the error-message filters. |