(model: T, idx: number | undefined)
| 33 | getText(model: T): string; |
| 34 | // idx is the position in the textModels array, or undefined if it's the currentTextModel. |
| 35 | getLanguage(model: T, idx: number | undefined): Language; |
| 36 | } |
| 37 | |
| 38 | // Note: Assumes that all notebooks are Python. |
no outgoing calls
no test coverage detected