Docstring that will be mocked. A multiline. Some description.
()
| 63 | |
| 64 | |
| 65 | def func(): |
| 66 | """Docstring that will be mocked. |
| 67 | A multiline. |
| 68 | |
| 69 | Some description. |
| 70 | """ |
| 71 | |
| 72 | |
| 73 | class SomeClass: |
no outgoing calls
no test coverage detected
searching dependent graphs…