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