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

Function words

tools/pythonauto/static/codemirror/python.js:370–370  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

368(function() {
369 "use strict";
370 var words = function(str){return str.split(' ');};
371
372 CodeMirror.defineMIME("text/x-cython", {
373 name: "python",

Callers 1

python.jsFile · 0.70

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected