(state)
| 35 | CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins)); |
| 36 | |
| 37 | function top(state) { |
| 38 | return state.scopes[state.scopes.length - 1]; |
| 39 | } |
| 40 | |
| 41 | CodeMirror.defineMode("python", function(conf, parserConf) { |
| 42 | var ERRORCLASS = "error"; |
no outgoing calls
no test coverage detected