MCPcopy Create free account
hub / github.com/Vector35/debugger / __del__

Method __del__

api/python/debuggercontroller.py:1395–1397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1393 return dbgcore.BNDebuggerIsFirstLaunch(self.handle)
1394
1395 def __del__(self):
1396 if dbgcore is not None:
1397 dbgcore.BNDebuggerFreeController(self.handle)
1398
1399 def __eq__(self, other):
1400 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected