This is the constructor docstring.
(self, x, y=1)
| 106 | """This is the class docstring.""" |
| 107 | |
| 108 | def __init__(self, x, y=1): |
| 109 | """This is the constructor docstring.""" |
| 110 | |
| 111 | def __call__(self, *a, **kw): |
| 112 | """This is the call docstring.""" |
nothing calls this directly
no outgoing calls
no test coverage detected