Statistics
| Branch: | Tag: | Revision:

root / lib / objectutils.py @ a698cdbb

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
32683096 09/12/2012 12:27 pm René Nussbaumer

Make the slots functionality more modular

As we will introduce another set of containers using the slots trick
we abstract away as much as possible to separate bases classes. The
child classes then adapt them for their needs. This leads to less code...