MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / more

Method more

src/Gui/PythonConsole.cpp:1601–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599}
1600
1601bool ConsoleHistory::more()
1602{
1603 return (_it != _history.cend());
1604}
1605
1606/**
1607 * next switches the history pointer to the next item.

Callers 15

exportFemMeshVerticesFunction · 0.45
exportFemMeshEdgesFunction · 0.45
exportFemMeshFacesFunction · 0.45
exportFemMeshCellsFunction · 0.45
exportVTKMeshMethod · 0.45
getGroupElementsMethod · 0.45
getIdByElementTypeMethod · 0.45
getNodesMethod · 0.45
getEdgesMethod · 0.45
getFacesMethod · 0.45
getVolumesMethod · 0.45

Calls 1

cendMethod · 0.80

Tested by

no test coverage detected