(
sourceDocument: NotebookDocument,
target: Uri,
format: ExportFormat,
interpreter: PythonEnvironment,
token: CancellationToken
)
| 25 | export const IExportBase = Symbol('IExportBase'); |
| 26 | export interface IExportBase { |
| 27 | executeCommand( |
| 28 | sourceDocument: NotebookDocument, |
| 29 | target: Uri, |
| 30 | format: ExportFormat, |
no outgoing calls