if hasattr(a, 'property'): a.property
if hasattr(a, 'property'): doStuff(a.property) else: otherStuff()