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

Function _check_cli_example_present

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

Source from the content-addressed store, hash-verified

1099
1100
1101def _check_cli_example_present(docstring):
1102 return CLI_EXAMPLE_PRESENT_RE.search(docstring) is not None
1103
1104
1105CLI_EXAMPLE_PROPER_FORMATTING_RE = re.compile(

Callers 1

check_docstringsFunction · 0.85

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected