def showStats(self, printTime=1): """Show the statistics for the last solution. If invoked with no arguments or with a non-zero argument, the timing statistics will be printed. If invoked with a zero argument, the timing will not be printed. Default: print timing enabled. """ return _cantera.sim1D_writeStats(self._hndl, _onoff[printTime])
def showStats(self, printTime = 1): """Show the statistics for the last solution. If invoked with no arguments or with a non-zero argument, the timing statistics will be printed. If invoked with a zero argument, the timing will not be printed. Default: print timing enabled. """ return _cantera.sim1D_writeStats(self._hndl, _onoff[printTime])
def showStats(self): """Show the statistics for the last solution.""" return _cantera.sim1D_writeStats(self._hndl)