Home | Trees | Index | Help |
|
---|
Package Pyblosxom :: Package renderers :: Module debug |
|
Classes | |
---|---|
Renderer |
This is the debug renderer. |
Function Summary | |
---|---|
string |
Takes in a value. |
Takes a map of keys to values and applies the function f to a pretty printed version of each key/value pair. |
Function Details |
---|
E(s)Takes in a value. If it's not a string, we repr it and turn it into a string. Then we escape it so it can be printed in HTML safely.
|
print_map(f, m)Takes a map of keys to values and applies the function f to a pretty printed version of each key/value pair.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 | http://epydoc.sf.net |