MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/language-python/src/nodes/python_slice.ts:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69export class PythonSlice extends PythonNode {
70 constructor(parentReference: ParentReference) {
71 super(parentReference, PY_SLICE)
72 this.addChildSet('target', ChildSetType.Single, NodeCategory.PythonExpressionToken)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected