Sets the module's output format.
(output_format)
| 966 | |
| 967 | |
| 968 | def _SetOutputFormat(output_format): |
| 969 | """Sets the module's output format.""" |
| 970 | _cpplint_state.SetOutputFormat(output_format) |
| 971 | |
| 972 | def _Quiet(): |
| 973 | """Return's the module's quiet setting.""" |
no test coverage detected
searching dependent graphs…