MCPcopy
hub / github.com/pandao/editor.md / top

Function top

lib/codemirror/mode/python/python.js:44–46  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

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";

Callers 5

tokenBaseFunction · 0.85
pushScopeFunction · 0.85
dedentFunction · 0.85
tokenLexerFunction · 0.85
python.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected