| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package Cheetah :: Package Utils :: Module 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__
|
__revision__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:07:55 2003 | http://epydoc.sf.net |