Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ destroy
Method
destroy
Doc/_static/profiling-sampling-visualization.js:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
destroy() {
362
this.element.parentNode?.removeChild(this.element);
363
}
364
365
updateLine(lineno) {
366
this.lineno = lineno;
Callers
nothing calls this directly
Calls
1
removeChild
Method · 0.45
Tested by
no test coverage detected