Home | History | Annotate | Download | only in python2.7

Lines Matching defs:page

425     def page(self, title, contents):
426 """Format an HTML page."""
435 """Format a page heading."""
1375 """Page through text by feeding it to another program."""
1384 """Page through text by invoking a program on a temporary file."""
1396 """Page through text on a text terminal."""
1540 page = html.page(describe(object), html.document(object, name))
1542 file.write(page)
2018 self.wfile.write(html.page(title, contents))