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

Method get

_pydevd_bundle/pydevd_stackless.py:27–28  ·  view source on GitHub ↗
(self, tasklet)

Source from the content-addressed store, hash-verified

25 self._i = 0
26
27 def get(self, tasklet):
28 return self.tasklet_ref_to_last_id.get(weakref.ref(tasklet))
29
30 def __setitem__(self, tasklet, last_id):
31 self.tasklet_ref_to_last_id[weakref.ref(tasklet)] = last_id

Callers 15

process_exec_queueFunction · 0.45
get_arg_ppidMethod · 0.45
_exclude_by_filterMethod · 0.45
_do_wait_suspendMethod · 0.45
settraceFunction · 0.45
settrace_forkedFunction · 0.45
mainFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 15

runMethod · 0.36
test_editMethod · 0.36
_load_filtersFunction · 0.36
is_in_xdist_nodeFunction · 0.36
get_environFunction · 0.36
wait_for_notificationFunction · 0.36
get_next_messageMethod · 0.36
writeMethod · 0.36
start_socket_clientMethod · 0.36