python check if has object\ code example Example: python3 check if object has attribute try: doStuff(a.property) except AttributeError: otherStuff()