Sets the module's output format.
(output_format)
| 1434 | |
| 1435 | |
| 1436 | def _SetOutputFormat(output_format): |
| 1437 | """Sets the module's output format.""" |
| 1438 | _cpplint_state.SetOutputFormat(output_format) |
| 1439 | |
| 1440 | def _Quiet(): |
| 1441 | """Return's the module's quiet setting.""" |
no test coverage detected