I'm using pydev with eclipse helios. From this link I can see that the yellow diamond indicates a protected member... in java. What does this mean in my pydev outline?
For the record, the once with circles are initialized as none e.g. self.id = None
while the two with diamonds are initialized using an object factory self.object = object_factory(stuff in here)