Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
348
CodeMirror.defineMIME(
"text/x-python"
,
"python"
);
349
350
var
words =
function
(str){
return
str.split(
' '
);};
351
352
353
CodeMirror.defineMIME(
"text/x-cython"
, {
Callers
1
python.js
File · 0.70
Calls
1
split
Method · 0.80
Tested by
no test coverage detected