(self)
| 427 | return self.__func__(self.__self__, *args, **kargs) |
| 428 | |
| 429 | def breaks(self): |
| 430 | # type: () -> Any |
| 431 | return self.__self__.add_breakpoints(self.__func__) |
| 432 | |
| 433 | def intercepts(self): |
| 434 | # type: () -> Any |
nothing calls this directly
no test coverage detected