This docstring Has multiple lines And notes Notes ----- original note
(self)
| 5616 | reason="no docstrings present to inspect when PYTHONOPTIMIZE/Py_OptimizeFlag > 1") |
| 5617 | def test_doc_note(): |
| 5618 | def method(self): |
| 5619 | """This docstring |
| 5620 | |
| 5621 | Has multiple lines |
| 5622 | |
| 5623 | And notes |
| 5624 | |
| 5625 | Notes |
| 5626 | ----- |
| 5627 | original note |
| 5628 | """ |
| 5629 | pass |
| 5630 | |
| 5631 | expected_doc = """This docstring |
| 5632 |
no outgoing calls
no test coverage detected