Пример #1
0
 def getTopicById(self, id):
     """See IWeblog.
     """
     topic_container = TopicContainer('topics').__of__(self)
     return topic_container.getTopicById(id)
Пример #2
0
 def getTopicById(self, id):
     """See IWeblog.
     """
     topic_container = TopicContainer('topics').__of__(self.context)
     return topic_container.getTopicById(id)
Пример #3
0
 def getTopics(self):
     """See IWeblog.
     """
     topic_container = TopicContainer('topics').__of__(self)
     return topic_container.getTopics()