コード例 #1
0
ファイル: media_handler.py プロジェクト: chirking/yochuo
	def delete(self):
		comment_id = self.request.arguments['comment_id']

		comments_api.del_media_comments(comment_id)
		


		
コード例 #2
0
ファイル: comments_test.py プロジェクト: chirking/yochuo
def test_del_media_comments():
    id = 1
    comments_api.del_media_comments(id)