I have class X: class X: _data1 = {} _data2 = {} and I want to access the dictionaries from within a ZPT like "here/data1/key1" or "here/data2/key2". Is this possible? What is the best way to implement this? Andreas