MCPcopy Index your code
hub / github.com/csev/py4e / unregister

Function unregister

tools/pythonauto/static/codemirrorepl/codemirror.js:2383–2386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2381 // structures. Here we poll to unregister it when the editor is no
2382 // longer in the document, so that it can be garbage-collected.
2383 function unregister() {
2384 if (contains(document.body, d.wrapper)) setTimeout(unregister, 5000);
2385 else off(window, "resize", onResize);
2386 }
2387 setTimeout(unregister, 5000);
2388
2389 on(d.input, "keyup", operation(cm, onKeyUp));

Callers

nothing calls this directly

Calls 2

containsFunction · 0.70
offFunction · 0.50

Tested by

no test coverage detected