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

Function get_set_large_frame

tests_python/test_suspended_frames_manager.py:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117
118def get_set_large_frame():
119 obj = set()
120 for idx in range(pydevd_constants.PYDEVD_CONTAINER_RANDOM_ACCESS_MAX_ITEMS + +300):
121 obj.add(idx)
122 return sys._getframe()
123
124
125def test_get_child_variables():

Callers 1

test_get_child_variablesFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected