List of all classes, functions and methods in python-igraph
class ConsoleProgressBarMixin:
Known subclasses: igraph.app.shell.ClassicPythonShell, igraph.app.shell.IPythonShell
Mixin class for console shells that support a progress bar.
| Method | __init__ |
Undocumented |
| Method | _disable_handlers |
Disables the status and progress handlers if the terminal is not capable enough. |
| Class Method | _progress_handler |
Progress bar handler, called when igraph reports the progress of an operation |
| Class Method | _status_handler |
Status message handler, called when igraph sends a status message to be displayed. |
igraph.app.shell.ClassicPythonShell, igraph.app.shell.IPythonShellUndocumented
Disables the status and progress handlers if the terminal is not capable enough.