class documentation
IDLE embedded shell interface.
This class allows igraph to be embedded in IDLE (the Tk Python IDE).
| Method | __call__ |
Starts the shell |
| Method | __init__ |
Constructor. |
| Instance Variable | _root |
Undocumented |
| Instance Variable | _shell |
Undocumented |
Inherited from Shell:
| 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. |