Package lemon :: Package external :: Package Cheetah :: Module CheetahWrapper :: Class CheetahWrapper
[show private | hide private]
[frames | no frames]

Class CheetahWrapper


Method Summary
  __init__(self)
  chatter(self, format, *args)
Print a verbose message to stdout.
  compile(self)
  compileOrFill(self)
  compileOrFillBundle(self, b)
  compileOrFillStdin(self)
  debug(self, format, *args)
Print a debugging message to stderr, but don't if .debug is false.
  expandSourceFiles(self, files, recurse, addIextIfMissing)
Calculate source paths from 'files' by applying the command-line options.
  fill(self)
  getBundles(self, sourceFiles)
  help(self)
  main(self, argv)
The main program controller.
  options(self)
  parseOpts(self, args)
  test(self)
  version(self)
  warn(self, format, *args)
Always print a warning message to stderr.
  _checkForCollisions(self, bundles)
Check for multiple source paths writing to the same destination path.
  _expandSourceFilesWalk(self, arg, dir, files)
Recursion extension for .expandSourceFiles().
  _fixExts(self)

Class Variable Summary
str BACKUP_SUFFIX = '_bak'
bool MAKE_BACKUPS = True

Method Details

chatter(self, format, *args)

Print a verbose message to stdout.  But don't if .opts.stdout is
true or .opts.verbose is false.

debug(self, format, *args)

Print a debugging message to stderr, but don't if .debug is
false.

expandSourceFiles(self, files, recurse, addIextIfMissing)

Calculate source paths from 'files' by applying the 
command-line options.

main(self, argv=None)

The main program controller.

warn(self, format, *args)

Always print a warning message to stderr.

_checkForCollisions(self, bundles)

Check for multiple source paths writing to the same destination
path.

_expandSourceFilesWalk(self, arg, dir, files)

Recursion extension for .expandSourceFiles().
This method is a callback for os.path.walk().
'arg' is a list to which successful paths will be appended.

Class Variable Details

BACKUP_SUFFIX

Type:
str
Value:
'_bak'                                                                 

MAKE_BACKUPS

Type:
bool
Value:
True                                                                   

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