MCPcopy
hub / github.com/feiyu563/PrometheusAlert / words

Function words

static/plugins/codemirror/mode/python/python.js:393–393  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

391 CodeMirror.defineMIME("text/x-python", "python");
392
393 var words = function(str) { return str.split(" "); };
394
395 CodeMirror.defineMIME("text/x-cython", {
396 name: "python",

Callers 1

python.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected