A Discrete-Event Network Simulator
API
Classes | Variables
visualizer.ipython_view Namespace Reference

Classes

class  ConsoleView
 ConsoleView class. More...
 
class  IPythonView
 IPythonView class. More...
 
class  IterableIPShell
 IterableIPShell class. More...
 

Variables

 IPython = None
 @ var IPython More...
 
 window = Gtk.Window()
 GTK Window. More...
 

Detailed Description

Backend to the console plugin.

@author: Eitan Isaacson
@organization: IBM Corporation
@copyright: Copyright (c) 2007 IBM Corporation
@license: BSD

All rights reserved. This program and the accompanying materials are made 
available under the terms of the BSD which accompanies this distribution, and 
is available at U{http://www.opensource.org/licenses/bsd-license.php}

Variable Documentation

◆ IPython

visualizer.ipython_view.IPython = None

@ var IPython

Definition at line 31 of file ipython_view.py.

◆ window

visualizer.ipython_view.IPythonView.window = Gtk.Window()