(str)
| 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", |
no outgoing calls
no test coverage detected
searching dependent graphs…