This docstring Has multiple lines And notes Notes ----- original note
(self)
| 5942 | reason="no docstrings present to inspect when PYTHONOPTIMIZE/Py_OptimizeFlag > 1") # noqa: E501 |
| 5943 | def test_doc_note(): |
| 5944 | def method(self): |
| 5945 | """This docstring |
| 5946 | |
| 5947 | Has multiple lines |
| 5948 | |
| 5949 | And notes |
| 5950 | |
| 5951 | Notes |
| 5952 | ----- |
| 5953 | original note |
| 5954 | """ |
| 5955 | pass |
| 5956 | |
| 5957 | expected_doc = """This docstring |
| 5958 |
no outgoing calls
no test coverage detected
searching dependent graphs…