Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_pairindextypes
Function · 0.45
production_definitions
Method · 0.45
reset
Method · 0.45
_rebuildState
Method · 0.45
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected