b.p.DummyProgress(object) : class documentation

Part of bzrlib.progress View In Hierarchy

Known subclasses: bzrlib.tests.testui.ProgressRecordingUIFactory

Progress-bar standin that does nothing.

This was previously often constructed by application code if no progress bar was explicitly passed in. That's no longer recommended: instead, just create a progress task from the ui_factory. This class can be used in test code that needs to fake a progress task for some reason.

Method tick Undocumented
Method update Undocumented
Method child_update Undocumented
Method clear Undocumented
Method child_progress Undocumented
def tick(self):
Undocumented
def update(self, msg=None, current=None, total=None):
Undocumented
def child_update(self, message, current, total):
Undocumented
def clear(self):
Undocumented
def child_progress(self, **kwargs):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.