Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1101
def
_check_cli_example_present(docstring):
1102
return
CLI_EXAMPLE_PRESENT_RE.search(docstring) is not None
1103
1104
1105
CLI_EXAMPLE_PROPER_FORMATTING_RE = re.compile(
Callers
1
check_docstrings
Function · 0.85
Calls
1
search
Method · 0.45
Tested by
no test coverage detected