I think i found a good managable solution. Actually it is trivial but
may help (I used it now).
When i wnat to access the list then i assign the object which i want
to access to a variable ex:
1)x=AutomataBranch()
2)x=self.cfgAutomata[i]

The first line is used only to make the IDE knows that x is from
AutomatBranch type.After that when i press x. then all methods and
properties are visualized.

I think it is some how good.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to