pyre.weaver.Mill¶
Module Contents¶
-
class
pyre.weaver.Mill.Mill¶ Bases:
pyre.component,pyre.weaver.Indenter.IndenterThe base class for text renderers
-
stationery¶
-
doc= the overall layout of the document¶
-
languageMarker¶
-
doc= the string to use as the language marker
-
render(self, **kwds)¶ Layout the {document} using my stationery for the header and footer
-
header(self)¶ Build the header of the document
-
body(self, document=())¶ The body of the document
Build the footer of the document
-
_header(self)¶ Workhorse for the header generator
-