Exemplo n.º 1
0
 def download(self):
     return download_body(self.comment, self.request)
Exemplo n.º 2
0
 def download(self):
     return download_body(CodeReviewDisplayComment(self.context),
                          self.request)
Exemplo n.º 3
0
 def download(self):
     return download_body(self.comment, self.request)
 def download(self):
     return download_body(
         CodeReviewDisplayComment(self.context), self.request)