This is the call docstring.
(self, *a, **kw)
| 109 | """This is the constructor docstring.""" |
| 110 | |
| 111 | def __call__(self, *a, **kw): |
| 112 | """This is the call docstring.""" |
| 113 | |
| 114 | def method(self, x, z=2): |
| 115 | """Some method's docstring""" |
nothing calls this directly
no outgoing calls
no test coverage detected