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

Function bind

tools/pythonauto/static/codemirror/codemirror.js:5644–5647  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

5642 }
5643
5644 function bind(f) {
5645 var args = Array.prototype.slice.call(arguments, 1);
5646 return function(){return f.apply(null, args);};
5647 }
5648
5649 var nonASCIISingleCaseWordChar = /[\u00df\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
5650 function isWordChar(ch) {

Callers 8

CodeMirrorFunction · 0.70
startWorkerFunction · 0.70
reFocusFunction · 0.70
onResizeFunction · 0.70
registerEventHandlersFunction · 0.70
onMouseDownFunction · 0.70
onDropFunction · 0.70
onFocusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected