python-igraph API reference

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

class documentation

Superclass of the embeddable shells supported by igraph

Method __call__ Undocumented
Method __init__ Undocumented
Method get_progress_handler Returns the progress handler (if exists) or None (if not).
Method get_status_handler Returns the status handler (if exists) or None (if not).
Method supports_progress_bar Checks whether the shell supports progress bars.
Method supports_status_messages Checks whether the shell supports status messages.
def get_progress_handler(self):

Returns the progress handler (if exists) or None (if not).

def get_status_handler(self):

Returns the status handler (if exists) or None (if not).

def supports_progress_bar(self):

Checks whether the shell supports progress bars.

This is done by checking for the existence of an attribute called _progress_handler.

def supports_status_messages(self):

Checks whether the shell supports status messages.

This is done by checking for the existence of an attribute called _status_handler.