initials property

initials property

Returns or sets the authors initials. Read/write str.

Definition:

@property
def initials(self):
    ...

@initials.setter
def initials(self, value):
    ...

See Also