def withMentionListener(self, commentListener):
"""Set a mentionListener function. Comments will not be repeated.
http://praw.readthedocs.io/en/latest/code_overview/models/comment.html
:param commentListener: function(redditInstance, comment)
:return: self
"""
self.__mentionListener = commentListener
return self
评论列表
文章目录