Sets the module's output format.
(output_format)
| 971 | |
| 972 | |
| 973 | def _SetOutputFormat(output_format): |
| 974 | """Sets the module's output format.""" |
| 975 | _cpplint_state.SetOutputFormat(output_format) |
| 976 | |
| 977 | def _Quiet(): |
| 978 | """Return's the module's quiet setting.""" |
no test coverage detected