MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / key

Method key

pydevd_attach_to_process/winappdbg/crash.py:684–689  ·  view source on GitHub ↗

Alias of L{signature}. Deprecated since WinAppDbg 1.5.

(self)

Source from the content-addressed store, hash-verified

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):

Callers 4

__getitem__Method · 0.80
__contains__Method · 0.80
addMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected