Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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.js
File · 0.70
Calls
1
split
Method · 0.80
Tested by
no test coverage detected