Searched refs:add_to_end (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/ |
D | example.py | 32 body = self.add_to_end(body, self.format_comments(comments)) 33 body = self.add_to_end(body, self.submit_form(base_url, req)) 59 def add_to_end(self, html, extra_html): member in Commenter
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | comment-example.txt | 202 def add_to_end(self, html, extra_html): 218 body = self.add_to_end(body, self.format_comments(data)) 297 body = self.add_to_end(body, self.format_comments(comments)) 298 body = self.add_to_end(body, self.submit_form(base_url, req))
|