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

Method get_handle

pydevd_attach_to_process/winappdbg/module.py:191–198  ·  view source on GitHub ↗

@rtype: L{Handle} @return: File handle. Returns C{None} if unknown.

(self)

Source from the content-addressed store, hash-verified

189 ## self.get_base() == aModule.get_base()
190
191 def get_handle(self):
192 """
193 @rtype: L{Handle}
194 @return: File handle.
195 Returns C{None} if unknown.
196 """
197 # no way to guess!
198 return self.__hFile
199
200 def set_handle(self, hFile):
201 """

Callers 2

load_symbolsMethod · 0.45

Calls 1

open_handleMethod · 0.95

Tested by

no test coverage detected