MCPcopy 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
29INDENT_MARKER = object()

Callers 15

init_mpl_in_consoleFunction · 0.80
on_thread_resumeMethod · 0.80
forbidMethod · 0.80
__del__Method · 0.80
_remove_return_valuesFunction · 0.80
_without_user_addressMethod · 0.80

Calls

no outgoing calls

Tested by 12

test_stack_and_variablesFunction · 0.64
test_hex_variablesFunction · 0.64
test_dict_resolverFunction · 0.64
test_dict_resolver_hexFunction · 0.64
test_tuple_resolverFunction · 0.64
test_fileMethod · 0.64