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

Method path

core/src/stdlib.js:24–29  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

22 return this.#array.push(...values);
23 }
24 path(path) {
25 for (const _path of this.#paths) {
26 // bails out at the first `true` value
27 if ((this.#add = path.startsWith(_path))) break;
28 }
29 }
30}
31
32const { entries } = Object;

Callers 1

writeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected