Package lemon :: Package external :: Package Cheetah :: Package Utils :: Module Indenter
[show private | hide private]
[frames | no frames]

Module lemon.external.Cheetah.Utils.Indenter

Indentation maker.

This version is based directly on code by Robert Kuzelj
<robert_kuzelj@yahoo.com> and uses his directive syntax.  Some classes and
attributes have been renamed.  Indentation is output via
$self._indenter.indent() to prevent '_indenter' being looked up on the
searchList and another one being found.  The directive syntax will
soon be changed somewhat.

Meta-Data
================================================================================
Author: Mike Orr <iron@mso.oz.net>
License: This software is released for unlimited distribution under the
         terms of the Python license.
Version: $Revision: 1.1 $
Start Date: 2001/11/07
Last Revision Date: $Date: 2003/08/12 09:17:11 $

Classes
Indenter A class that keeps track of the current indentation level.
IndentProcessor Preprocess #indent tags.

Function Summary
  indentize(source)

Variable Summary
str __author__ = 'Mike Orr <iron@mso.oz.net>'
str __revision__ = '1.1'

Variable Details

__author__

Type:
str
Value:
'Mike Orr <iron@mso.oz.net>'                                           

__revision__

Type:
str
Value:
'1.1'                                                                  

Generated by Epydoc 2.0 on Mon Nov 10 15:07:55 2003 http://epydoc.sf.net