Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ words
Function
words
static/editor.md/lib/codemirror/mode/python/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
CodeMirror.defineMIME(
"text/x-cython"
, {
353
name:
"python"
,
Callers
1
python.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected