A docstring.
| 35 | |
| 36 | |
| 37 | class ClassWithDocstring: |
| 38 | """A docstring.""" |
| 39 | # Leading comment after a class with just a docstring |
| 40 | class MyClassAfterAnotherClassWithDocstring: |
| 41 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected