7 Oct
2003
7 Oct
'03
3:08 p.m.
On Tue, 2003-10-07 at 08:06, Dylan Reinhardt wrote:
A better way might be something some Python like this:
----------- for obj in container.objectValues(my_obj_type) if hasattr(obj, attribute_name): print obj['id'] return printed -----------
And you'll want to put a colon at the end of that first line. :-) Dylan