Sets the module's output format.
(output_format)
| 1165 | |
| 1166 | |
| 1167 | def _SetOutputFormat(output_format): |
| 1168 | """Sets the module's output format.""" |
| 1169 | _cpplint_state.SetOutputFormat(output_format) |
| 1170 | |
| 1171 | def _Quiet(): |
| 1172 | """Return's the module's quiet setting.""" |
no test coverage detected