(state)
| 42 | CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins)); |
| 43 | |
| 44 | function top(state) { |
| 45 | return state.scopes[state.scopes.length - 1]; |
| 46 | } |
| 47 | |
| 48 | CodeMirror.defineMode("python", function(conf, parserConf) { |
| 49 | var ERRORCLASS = "error"; |
no outgoing calls
no test coverage detected