MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / _SetOutputFormat

Function _SetOutputFormat

src/tests/coding/cpplint.py:1421–1423  ·  view source on GitHub ↗

Sets the module's output format.

(output_format)

Source from the content-addressed store, hash-verified

1419
1420
1421def _SetOutputFormat(output_format):
1422 """Sets the module's output format."""
1423 _cpplint_state.SetOutputFormat(output_format)
1424
1425def _Quiet():
1426 """Return's the module's quiet setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetOutputFormatMethod · 0.80

Tested by

no test coverage detected