Sets the module's verbosity, and returns the previous setting.
(level)
| 1626 | |
| 1627 | |
| 1628 | def _SetVerboseLevel(level): |
| 1629 | """Sets the module's verbosity, and returns the previous setting.""" |
| 1630 | return _cpplint_state.SetVerboseLevel(level) |
| 1631 | |
| 1632 | |
| 1633 | def _SetCountingStyle(level): |
no test coverage detected
searching dependent graphs…