Sets the module's output format.
(output_format)
| 1561 | |
| 1562 | |
| 1563 | def _SetOutputFormat(output_format): |
| 1564 | """Sets the module's output format.""" |
| 1565 | _cpplint_state.SetOutputFormat(output_format) |
| 1566 | |
| 1567 | |
| 1568 | def _Quiet(): |
no test coverage detected