Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib64
/
python2.7
/
site-packages
/
Cheetah
/
Utils
/
File Content:
Indenter.pyo
� [Z-Lc @ sW d Z d d l Z d d l Z d � Z d e f d � � YZ d e f d � � YZ d S( s� Indentation maker. @@TR: this code is unsupported and largely undocumented ... 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._CHEETAH__indenter.indent() to prevent '_indenter' being looked up on the searchList and another one being found. The directive syntax will soon be changed somewhat. i����Nc C s t � j | � S( N( t IndentProcessort process( t source( ( s<