List of all classes, functions and methods in python-igraph
class Shell:
Known subclasses: igraph.app.shell.ClassicPythonShell
, igraph.app.shell.IDLEShell
, igraph.app.shell.IPythonShell
Superclass of the embeddable shells supported by igraph
Method | __init__ |
Undocumented |
Method | __call__ |
Undocumented |
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). |
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
Checks whether the shell supports progress bars.
This is done by checking for the existence of an attribute called _progress_handler
.