This is the init docstring
(self, *args)
| 119 | __signature__ = Signature([Parameter('test', Parameter.POSITIONAL_OR_KEYWORD)]) |
| 120 | |
| 121 | def __init__(self, *args): |
| 122 | """This is the init docstring""" |
| 123 | |
| 124 | |
| 125 | class SimpleClass(object): |
nothing calls this directly
no outgoing calls
no test coverage detected