Package mbdyn :: Package interface :: Module common :: Class OrderDictionary
[hide private]

Class OrderDictionary

source code

A dictionary that keeps in mind the order the items have been added

Instance Methods [hide private]
 
__init__(self) source code
 
__setitem__(self, key, item) source code
 
__getitem__(self, key) source code
 
values(self)
Return the values
source code