Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fabioz/PyDev.Debugger
/ pop
Method
pop
_pydevd_bundle/pydevd_code_to_source.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
self._contents.append(obj)
24
25
def
pop(self):
26
return
self._contents.pop(-1)
27
28
29
INDENT_MARKER = object()
Callers
15
activate_mpl_if_already_imported
Function · 0.80
init_mpl_in_console
Function · 0.80
on_thread_resume
Method · 0.80
_activate_gui_if_needed
Method · 0.80
notify_thread_not_alive
Method · 0.80
set_trace_for_frame_and_parents
Method · 0.80
_verify_breakpoints_with_lines_collected
Method · 0.80
forbid
Method · 0.80
__del__
Method · 0.80
_remove_return_values
Function · 0.80
_without_user_address
Method · 0.80
execute_tests_in_parallel
Function · 0.80
Calls
no outgoing calls
Tested by
12
wait_for_single_notification_as_hit
Method · 0.64
test_suspended_frames_manager
Function · 0.64
pop_variables_reference
Method · 0.64
test_stack_and_variables
Function · 0.64
test_hex_variables
Function · 0.64
test_dict_resolver
Function · 0.64
test_dict_resolver_hex
Function · 0.64
test_object_resolver_error
Function · 0.64
test_tuple_resolver
Function · 0.64
test_tuple_resolver_mixed
Function · 0.64
test_tuple_resolver_ctypes
Function · 0.64
test_file
Method · 0.64