Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Module CheetahWrapper :: Class CheetahWrapper |
|
Method Summary | |
---|---|
__init__(self)
| |
Print a verbose message to stdout. | |
compile(self)
| |
compileOrFill(self)
| |
compileOrFillBundle(self,
b)
| |
compileOrFillStdin(self)
| |
Print a debugging message to stderr, but don't if .debug is false. | |
Calculate source paths from 'files' by applying the command-line options. | |
fill(self)
| |
getBundles(self,
sourceFiles)
| |
help(self)
| |
The main program controller. | |
options(self)
| |
parseOpts(self,
args)
| |
test(self)
| |
version(self)
| |
Always print a warning message to stderr. |
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. |
Class Variable Details |
---|
BACKUP_SUFFIX
|
MAKE_BACKUPS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:05 2003 | http://epydoc.sf.net |