pyre.weaver.Language

Module Contents

class pyre.weaver.Language.Language

Bases: pyre.protocol

The protocol specification for output languages

languages
render(self)

Render the document

header(self)

Render the header of the document

body(self)

Render the body of the document

footer(self)

Render the footer of the document