author property

author property

Gets and sets Name of the original comment author

Example


comment1.author = "Carl.Yang"

Definition:

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

See Also