is_success property

is_success property

The conversion succeeded flag indicating whether the conversion completed successfully.

True if the conversion succeeded; otherwise, False.

Definition:

@property
def is_success(self):
    ...

See Also