示例#1
0
文件: catalog.py 项目: dtgit/dtedu
def num_comments(object, portal, **kw):
    conv = IConversation(object, None)
    if conv is None:
        return None
    else:
        return conv.getNumberOfComments()