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

Method get_pid

pydevd_attach_to_process/winappdbg/interactive.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 "Dummy event object used internally by L{ConsoleDebugger}."
80
81 def get_pid(self):
82 return self._pid
83
84 def get_tid(self):
85 return self._tid

Callers 15

set_fake_last_eventMethod · 0.45
input_process_listMethod · 0.45
input_addressMethod · 0.45
print_process_startMethod · 0.45
print_process_endMethod · 0.45
get_processMethod · 0.45
change_registerMethod · 0.45
kill_threadMethod · 0.45
promptMethod · 0.45
do_detachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected