This is a docstring with a single line of text.
()
| 9 | |
| 10 | |
| 11 | def one_function(): |
| 12 | '''This is a docstring with a single line of text.''' |
| 13 | pass |
| 14 | |
| 15 | |
| 16 | def shockingly_the_quotes_are_normalized(): |
nothing calls this directly
no outgoing calls
no test coverage detected