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

Method get_process

pydevd_attach_to_process/winappdbg/module.py:211–218  ·  view source on GitHub ↗

@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.

(self)

Source from the content-addressed store, hash-verified

209 hFile = property(get_handle, set_handle, doc="")
210
211 def get_process(self):
212 """
213 @rtype: L{Process}
214 @return: Parent Process object.
215 Returns C{None} if unknown.
216 """
217 # no way to guess!
218 return self.__process
219
220 def set_process(self, process=None):
221 """

Callers 4

get_pidMethod · 0.95
load_symbolsMethod · 0.95
resolve_labelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected