Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ interrupt
Method
interrupt
src/Gui/PythonConsole.cpp:295–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
bool InteractiveInterpreter::interrupt() const
296
{
297
return d->trace.interrupt();
298
}
299
300
/* Execute a code object.
301
*
Callers
1
keyPressEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected