| 33 | |
| 34 | @observer |
| 35 | export class PythonFrame extends Component<PythonFrameProps, ConsoleState> { |
| 36 | private frameRef: React.RefObject<HTMLIFrameElement> |
| 37 | private termRef: React.RefObject<HTMLDivElement> |
| 38 | private term: Terminal |
nothing calls this directly
no outgoing calls
no test coverage detected