python-igraph API reference

List of all classes, functions and methods in python-igraph

class documentation

Mixin class for console shells that support a progress bar.

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.
def __init__(self):
@classmethod
def _progress_handler(cls, message, percentage):

Progress bar handler, called when igraph reports the progress of an operation

Parameters
messagemessage provided by igraph
percentagepercentage provided by igraph
@classmethod
def _status_handler(cls, message):

Status message handler, called when igraph sends a status message to be displayed.

Parameters
messagemessage provided by igraph
def _disable_handlers(self):

Disables the status and progress handlers if the terminal is not capable enough.