Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ clearBuffer
Method
clearBuffer
src/Gui/PythonConsole.cpp:417–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
void InteractiveInterpreter::clearBuffer()
418
{
419
d->buffer.clear();
420
}
421
422
/* TRANSLATOR Gui::PythonConsole */
423
Callers
1
runSourceFromMimeData
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected