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

Method clear

pydevd_attach_to_process/winappdbg/module.py:432–439  ·  view source on GitHub ↗

Clears the resources held by this object.

(self)

Source from the content-addressed store, hash-verified

430 return self.hFile
431
432 def clear(self):
433 """
434 Clears the resources held by this object.
435 """
436 try:
437 self.set_process(None)
438 finally:
439 self.close_handle()
440
441 # ------------------------------------------------------------------------------
442

Callers 2

clear_modulesMethod · 0.45
_del_moduleMethod · 0.45

Calls 2

set_processMethod · 0.95
close_handleMethod · 0.95

Tested by

no test coverage detected