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

Class

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

Source from the content-addressed store, hash-verified

34export const PYTHON_FROM_IMPORT = 'PYTHON_FROM_IMPORT'
35
36class Generator implements SuggestionGenerator {
37 constantSuggestions(): SuggestedNode[] {
38 const sampleNode = new PythonFromImport(null)
39 const suggestedNode = new SuggestedNode(sampleNode, 'from', 'from import', true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected