(enabled: boolean)
| 71 | return _isUnitTestExecution; |
| 72 | } |
| 73 | export function setUnitTestExecution(enabled: boolean) { |
| 74 | _isUnitTestExecution = enabled; |
| 75 | } |
| 76 | |
| 77 | export namespace Identifiers { |
| 78 | export const GeneratedThemeName = 'ipython-theme'; // This needs to be all lower class and a valid class name. |
no outgoing calls
no test coverage detected