コード例 #1
0
ファイル: media_handler.py プロジェクト: chirking/yochuo
	def get(self):
		media_id = self.request.arguments['media_id']
		comments = comments_api.get_media_comments(media_id)
コード例 #2
0
ファイル: comments_test.py プロジェクト: chirking/yochuo
def test_get_media_comments():
    media_id = 1
    comments = comments_api.get_media_comments(media_id)
    print comments[0]