MCPcopy Index your code
hub / github.com/pandao/editor.md / words

Function words

lib/codemirror/mode/python/python.js:350–350  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

348 CodeMirror.defineMIME("text/x-python", "python");
349
350 var words = function(str) { return str.split(" "); };
351
352 CodeMirror.defineMIME("text/x-cython", {
353 name: "python",

Callers 1

python.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…