MCPcopy Index your code
hub / github.com/pyscript/pyscript / python

Function python

core/src/plugins/codemirror.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 );
10 },
11 get python() {
12 return import(
13 /* webpackIgnore: true */ "../3rd-party/codemirror_lang-python.js"
14 );
15 },
16 get language() {
17 return import(
18 /* webpackIgnore: true */ "../3rd-party/codemirror_language.js"

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected