full_name property

full_name property

Gets the Mobi e-book full name.

Definition:

@property
def full_name(self):
    ...
@full_name.setter
def full_name(self, value):
    ...

See Also