python-igraph API reference

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

class documentation

class ClassicPythonShell(Shell, ConsoleProgressBarMixin):

View In Hierarchy

Classic Python shell interface.

This class allows igraph to be embedded in Python's shell.

Method __init__ Constructor.
Method __call__ Starts the embedded shell.
Instance Variable _shell Undocumented

Inherited from Shell:

Method supports_progress_bar Checks whether the shell supports progress bars.
Method supports_status_messages Checks whether the shell supports status messages.
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).

Inherited from ConsoleProgressBarMixin:

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):

Constructor.

Imports Python's classic shell

_shell =

Undocumented

def __call__(self):

Starts the embedded shell.

API Documentation for igraph, generated by pydoctor 21.2.2.