by_lines property

by_lines property

Gets or sets the names of the creators of the object, e.g. writer, photographer or graphic artist.

Definition:

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

See Also