A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
visualizer.ipython_view Namespace Reference

Classes

class  ConsoleView
 
class  IPythonView
 
class  IterableIPShell
 

Variables

dictionary ansi_colors
 

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

dictionary visualizer.ipython_view.ansi_colors
Initial value:
1 = {'0;30': 'Black',
2  '0;31': 'Red',
3  '0;32': 'Green',
4  '0;33': 'Brown',
5  '0;34': 'Blue',
6  '0;35': 'Purple',
7  '0;36': 'Cyan',
8  '0;37': 'LightGray',
9  '1;30': 'DarkGray',
10  '1;31': 'DarkRed',
11  '1;32': 'SeaGreen',
12  '1;33': 'Yellow',
13  '1;34': 'LightBlue',
14  '1;35': 'MediumPurple',
15  '1;36': 'LightCyan',
16  '1;37': 'White'}

Definition at line 24 of file ipython_view.py.