Sets the module's output format.
(output_format)
| 1423 | |
| 1424 | |
| 1425 | def _SetOutputFormat(output_format): |
| 1426 | """Sets the module's output format.""" |
| 1427 | _cpplint_state.SetOutputFormat(output_format) |
| 1428 | |
| 1429 | def _Quiet(): |
| 1430 | """Return's the module's quiet setting.""" |
no test coverage detected