MCPcopy
hub / github.com/saltstack/salt / _check_cli_example_proper_formatting

Function _check_cli_example_proper_formatting

tools/precommit/docstrings.py:1110–1111  ·  view source on GitHub ↗
(docstring)

Source from the content-addressed store, hash-verified

1108
1109
1110def _check_cli_example_proper_formatting(docstring):
1111 return CLI_EXAMPLE_PROPER_FORMATTING_RE.search(docstring) is not None
1112
1113
1114# ---------------------------------------------------------------------------

Callers 1

check_docstringsFunction · 0.85

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected