Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ close
Method
close
js/src/test/dummy-manager.ts:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return
''
;
39
}
40
close() {
41
if
(this._on_close) {
42
this._on_close();
43
}
44
return
''
;
45
}
46
send() {
47
return
''
;
48
}
Callers
6
reset
Method · 0.80
reset
Method · 0.80
testCellOutputs
Function · 0.80
testPlotUpdates
Function · 0.80
close
Function · 0.80
_add_interaction
Function · 0.80
Calls
no outgoing calls
Tested by
2
testCellOutputs
Function · 0.64
testPlotUpdates
Function · 0.64