MCPcopy
hub / github.com/csev/py4e / ctor

Function ctor

tools/pythonauto/static/codemirrorepl/codemirror.js:6976–6976  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6974 inst = Object.create(base);
6975 } else {
6976 var ctor = function() {};
6977 ctor.prototype = base;
6978 inst = new ctor();
6979 }

Callers 1

skulpt.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected