Strongly typed list

هاني الموصلي hani.mousli at gmail.com
Tue Aug 18 07:37:54 EDT 2009


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.



More information about the Python-list mailing list