MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / context

Method context

windows/debug/localdbg.py:22–24  ·  view source on GitHub ↗

!!! This context in-place modification will be effective without set_context

(self)

Source from the content-addressed store, hash-verified

20
21 @property
22 def context(self):
23 """!!! This context in-place modification will be effective without set_context"""
24 return self.dbg.get_exception_context()
25
26 def set_context(self, context):
27 # The context returned by 'self.context' already modify the return context in place..

Callers

nothing calls this directly

Calls 1

get_exception_contextMethod · 0.80

Tested by

no test coverage detected