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

Method get_pid

pydevd_attach_to_process/winappdbg/process.py:171–176  ·  view source on GitHub ↗

@rtype: int @return: Process global ID.

(self)

Source from the content-addressed store, hash-verified

169 self.fileName = fileName
170
171 def get_pid(self):
172 """
173 @rtype: int
174 @return: Process global ID.
175 """
176 return self.dwProcessId
177
178 def get_filename(self):
179 """

Callers 7

get_servicesMethod · 0.95
peekMethod · 0.95
pokeMethod · 0.95
get_pid_from_tidMethod · 0.45
get_explorer_pidMethod · 0.45
_notify_exit_processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected