class documentation
class IDLEShell(Shell):
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. |
overrides
igraph.app.shell.Shell.__init__Constructor.
Imports IDLE's embedded shell. The implementation of this method is ripped from idlelib.PyShell.main() after removing the unnecessary parts.