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

Method id

core/src/core.js:338–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 });
337 }
338 get id() {
339 return super.id || (super.id = getID());
340 }
341 set id(value) {
342 super.id = value;
343 }

Callers

nothing calls this directly

Calls 1

getIDFunction · 0.70

Tested by

no test coverage detected