authors_position property

authors_position property

Gets or sets the by-line title.

Definition:

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

See Also