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
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.
def __init__(self):
def _disable_handlers(self):

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

@classmethod
def _progress_handler(cls, message, percentage):

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

Parametersmessagemessage 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.

Parametersmessagemessage provided by igraph
API Documentation for igraph, generated by pydoctor 21.2.2.