MCPcopy Index your code
hub / github.com/python/cpython / clear

Method clear

Doc/_static/profiling-sampling-visualization.js:453–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451 }
452
453 clear() {
454 this.frames.forEach((frame) => frame.destroy());
455 this.frames = [];
456 this.element.innerHTML = "";
457 }
458
459 flashAll() {
460 this.frames.forEach((frame) => frame.flash());

Callers 4

patch_pairindextypesFunction · 0.45
resetMethod · 0.45
_rebuildStateMethod · 0.45

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected