| 67 | } |
| 68 | |
| 69 | export class PythonSlice extends PythonNode { |
| 70 | constructor(parentReference: ParentReference) { |
| 71 | super(parentReference, PY_SLICE) |
| 72 | this.addChildSet('target', ChildSetType.Single, NodeCategory.PythonExpressionToken) |
nothing calls this directly
no outgoing calls
no test coverage detected