()
| 602 | * Gets all python command names |
| 603 | */ |
| 604 | export function getPythonCommandNames(): string[] { |
| 605 | return pythonCommandLoaders.map((def) => def.name); |
| 606 | } |
| 607 | |
| 608 | /** |
| 609 | * Creates python commands for registration (python3, python). |
no outgoing calls
no test coverage detected
searching dependent graphs…