Package gmisclib :: Module parse_tree_number :: Class Array
[frames] | no frames]

Class Array

source code


Instance Methods
 
__init__(self, name)
This creates an array.
source code
 
__getitem__(self, key) source code
 
__str__(self, env={})
str(x)
source code
 
__repr__(self, env={})
str(x)
source code
 
indices(self, env={}) source code
 
eval(self, env={}) source code
 
variables(self, env={}) source code
 
debug(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, name)
(Constructor)

source code 

This creates an array. Arrays are basic elements of expressions.

Overrides: object.__init__

__str__(self, env={})
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self, env={})
(Representation operator)

source code 

str(x)

Overrides: object.__repr__
(inherited documentation)