MCPcopy
hub / github.com/csev/py4e / words

Function words

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

Source from the content-addressed store, hash-verified

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

Callers 1

python.jsFile · 0.70

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected