List of all classes, functions and methods in python-igraph
class ConsoleProgressBarMixin:
Known subclasses: igraph.app.shell.ClassicPythonShell
, igraph.app.shell.IPythonShell
Method | __init__ |
Undocumented |
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. |
Method | _disable_handlers |
Disables the status and progress handlers if the terminal is not capable enough. |
igraph.app.shell.ClassicPythonShell
, igraph.app.shell.IPythonShell
Undocumented
Parameters | |
message | message provided by igraph |
percentage | percentage provided by igraph |