class Shell:
Known subclasses: igraph.app.shell.ClassicPythonShell , igraph.app.shell.IDLEShell , igraph.app.shell.IPythonShell
Superclass of the embeddable shells supported by igraph
__call__
Undocumented
__init__
Undocumented
get_progress_handler
Returns the progress handler (if exists) or None (if not).
get_status_handler
Returns the status handler (if exists) or None (if not).
supports_progress_bar
Checks whether the shell supports progress bars.
supports_status_messages
Checks whether the shell supports status messages.
igraph.app.shell.ClassicPythonShell , igraph.app.shell.IDLEShell , igraph.app.shell.IPythonShell Undocumented
igraph.app.shell.ClassicPythonShell , igraph.app.shell.IDLEShell , igraph.app.shell.IPythonShell Undocumented
Returns the progress handler (if exists) or None (if not).
Returns the status handler (if exists) or None (if not).
Checks whether the shell supports progress bars.
This is done by checking for the existence of an attribute called _progress_handler.
Checks whether the shell supports status messages.
This is done by checking for the existence of an attribute called _status_handler.