Alias of L{signature}. Deprecated since WinAppDbg 1.5.
(self)
| 682 | return self.fullReport() |
| 683 | |
| 684 | def key(self): |
| 685 | """ |
| 686 | Alias of L{signature}. Deprecated since WinAppDbg 1.5. |
| 687 | """ |
| 688 | warnings.warn("Crash.key() method was deprecated in WinAppDbg 1.5", DeprecationWarning) |
| 689 | return self.signature |
| 690 | |
| 691 | @property |
| 692 | def signature(self): |
no outgoing calls
no test coverage detected