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

Class

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

Source from the content-addressed store, hash-verified

41export const PY_SLICE = 'PY_SLICE'
42
43class Generator implements SuggestionGenerator {
44 staticSuggestions(parent: ParentReference, index: number) {
45 const leftChild = parent.getChildSet().getChild(index - 1)
46 if (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected