(self, func: FuncT, *args: t.Any, **kwargs: t.Any)
| 1248 | |
| 1249 | @t.overload |
| 1250 | def __call__(self, func: FuncT, *args: t.Any, **kwargs: t.Any) -> FuncT: |
| 1251 | ... |
| 1252 | |
| 1253 | @t.overload |
| 1254 | def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any: |
nothing calls this directly
no test coverage detected