MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/runtime/python_frame.tsx:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@observer
35export class PythonFrame extends Component<PythonFrameProps, ConsoleState> {
36 private frameRef: React.RefObject<HTMLIFrameElement>
37 private termRef: React.RefObject<HTMLDivElement>
38 private term: Terminal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected