MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / words

Function words

lib/web/CodeMirror/mode/python/python.js:390–390  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

388 CodeMirror.defineMIME("text/x-python", "python");
389
390 var words = function(str) { return str.split(" "); };
391
392 CodeMirror.defineMIME("text/x-cython", {
393 name: "python",

Callers 1

python.jsFile · 0.70

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected