You can also browse the complete source file or the generated documentation.
class AdminPage: ## Init ## def __init__(self, vars) ## HTML ## def html(self) ## Utility methods ## def write(self, *args) def writeln(self, *args) ## Content methods ## def writeHeader(self) def writeBody(self) def writeFooter(self) def title(self) def bodyTags(self) def writeBanner(self) def writeToolbar(self)