Package Pyblio :: Package Format :: Module Text
[show private | hide private]
[frames | no frames]

Module Pyblio.Format.Text

Transformation of the formatted record into a textual representation.
Function Summary
  generate(t)
Actual text generator.
  _do_a(t)
  _do_br(t)
  _do_t(t)

Variable Summary
dict _map = {'a': <function _do_a at 0xb78cb3ac>, 'b': <funct...

Function Details

generate(t)

Actual text generator.
Parameters:
t - the formatted representation
           (type=an S3 abstract tree, as returned when calling a formatted on a record)
Returns:
the text representing the cited record

Variable Details

_map

Type:
dict
Value:
{'a': <function _do_a at 0xb78cb3ac>,
 'b': <function _do_t at 0xb78cb374>,
 'br': <function _do_br at 0xb78cb3e4>,
 'i': <function _do_t at 0xb78cb374>,
 'small': <function _do_t at 0xb78cb374>,
 't': <function _do_t at 0xb78cb374>}                                  

Generated by Epydoc 2.1 on Wed Feb 15 23:19:38 2006 http://epydoc.sf.net