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

Function bind

tools/pythonauto/static/codemirrorepl/codemirror.js:6992–6995  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

6990 }
6991
6992 function bind(f) {
6993 var args = Array.prototype.slice.call(arguments, 1);
6994 return function(){return f.apply(null, args);};
6995 }
6996
6997 var nonASCIISingleCaseWordChar = /[\u00df\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
6998 var isWordChar = CodeMirror.isWordChar = function(ch) {

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected