MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _SetOutputFormat

Function _SetOutputFormat

analytical_engine/misc/cpplint.py:1425–1427  ·  view source on GitHub ↗

Sets the module's output format.

(output_format)

Source from the content-addressed store, hash-verified

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

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetOutputFormatMethod · 0.80

Tested by

no test coverage detected