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

Method pause

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

Source from the content-addressed store, hash-verified

840 }
841
842 pause() {
843 if (this.isPlaying) this._togglePlayPause();
844 }
845
846 destroy() {
847 const panel = this.container.querySelector("#control-panel");

Callers 3

_advanceTimeMethod · 0.45
wait_signalMethod · 0.45
test_itimer_realMethod · 0.45

Calls 1

_togglePlayPauseMethod · 0.95

Tested by 2

wait_signalMethod · 0.36
test_itimer_realMethod · 0.36