Lines Matching defs:page
574 def page(self, title, contents):
575 """Format an HTML page."""
587 """Format a page heading."""
1791 page = html.page(describe(object), html.document(object, name))
1793 file.write(page)
2157 result directly so it can be formatted for display in an html page.
2313 and get first page. Use serverthread.url as the starting page.
2354 Get an HTML page from self.urlhandler and send it.
2450 def page(self, title, contents):
2451 """Format an HTML page."""
2496 """Module Index page."""
2520 """Search results page."""
2535 # format page
2581 """Topic or keyword help page."""
2623 """Generate an HTML page for url."""
2658 # Catch any errors and display them in an error page.
2660 return html.page(title, content)