Package mbdyn :: Module main :: Class List
[hide private]

Class List

source code

A list containing object with a name attribute. A kind of dictionary that remenbers the order in which the items have been added.

Instance Methods [hide private]
 
__init__(self) source code
 
add(self, obj, name=None)
Add an object to the list
source code
 
__getitem__(self, obj_name) source code