class documentation
class Shell: (source)
Known subclasses: igraph.app.shell.ClassicPythonShell, igraph.app.shell.IDLEShell, igraph.app.shell.IPythonShell
Superclass of the embeddable shells supported by igraph
| Method | __call__ |
Undocumented |
| Method | get |
Returns the progress handler (if exists) or None (if not). |
| Method | get |
Returns the status handler (if exists) or None (if not). |
| Method | supports |
Checks whether the shell supports progress bars. |
| Method | supports |
Checks whether the shell supports status messages. |
overridden in
igraph.app.shell.ClassicPythonShell, igraph.app.shell.IDLEShell, igraph.app.shell.IPythonShellUndocumented