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

Method get_pid

pydevd_attach_to_process/winappdbg/event.py:205–212  ·  view source on GitHub ↗

@see: L{get_process} @rtype: int @return: Process global ID where the event occured.

(self)

Source from the content-addressed store, hash-verified

203 ## return self.get_event_code()
204
205 def get_pid(self):
206 """
207 @see: L{get_process}
208
209 @rtype: int
210 @return: Process global ID where the event occured.
211 """
212 return self.raw.dwProcessId
213
214 def get_tid(self):
215 """

Callers 15

get_processMethod · 0.95
__call__Method · 0.45
__call__Method · 0.45
__cleanup_processMethod · 0.45
__cleanup_moduleMethod · 0.45
get_all_breakpointsMethod · 0.45
_notify_guard_pageMethod · 0.45
_notify_breakpointMethod · 0.45
_notify_single_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected