| 34 | export const PYTHON_FROM_IMPORT = 'PYTHON_FROM_IMPORT' |
| 35 | |
| 36 | class Generator implements SuggestionGenerator { |
| 37 | constantSuggestions(): SuggestedNode[] { |
| 38 | const sampleNode = new PythonFromImport(null) |
| 39 | const suggestedNode = new SuggestedNode(sampleNode, 'from', 'from import', true) |
nothing calls this directly
no outgoing calls
no test coverage detected