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