Package Modeling :: Package ModelMasons :: Package Python_bricks :: Module init_base :: Class init_base
[show private | hide private]
[frames | no frames]

Type init_base

 object --+            
          |            
BaseServlet --+        
              |        
        Servlet --+    
                  |    
           Template --+
                      |
                     init_base


Method Summary
  __init__(self, *args, **KWs)
  __str__(self)
  respond(self, trans)
    Inherited from Template
  compile(klass, source, file, returnAClass, compilerSettings, compilerClass, moduleName, className, mainMethodName, baseclass, moduleGlobals, cacheCompilationResults, useCache, preprocessors, cacheModuleFilesForTracebacks, cacheDirForModuleFiles, keepRefToGeneratedCode)
The core API for compiling Cheetah source code into template classes. (Class method)
  errorCatcher(self)
Return a reference to the current errorCatcher
  generatedClassCode(self)
Return the class code the compiler generated, or None if no compilation took place.
  generatedModuleCode(self)
Return the module code the compiler generated, or None if no compilation took place.
  getCacheRegion(self, regionID, cacheInfo, create)
  getCacheRegions(self)
Returns a dictionary of the 'cache regions' initialized in a template.
  getFileContents(self, path)
A hook for getting the contents of a file.
  getVar(self, varName, default, autoCall)
Get a variable from the searchList.
  hasVar(self, varName, autoCall)
Test if a variable name exists in the searchList.
  i18n(self, message, plural, n, id, domain, source, target, comment)
This is just a stub at this time.
  refreshCache(self, cacheRegionId, cacheItemId)
Refresh a cache region or a specific cache item within a region.
  runAsMainProgram(self)
Allows the Template to function as a standalone command-line program for static page generation.
  searchList(self)
Return a reference to the searchlist
  shutdown(self)
Break reference cycles before discarding a servlet.
  subclass(klass, *args, **kws)
template that is a subclass of the template this method is called from. (Class method)
  varExists(self, varName, autoCall)
Test if a variable name exists in the searchList.
  webInput(self, names, namesMulti, default, src, defaultInt, defaultFloat, badInt, badFloat, debug)
Method for importing web transaction variables in bulk.
    Inherited from Servlet
  awake(self, transaction)
  serverSidePath(self, path, normpath, abspath)
  sleep(self, transaction)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Class Variable Summary
    Inherited from Servlet
NoneType application = None                                                                  
NoneType request = None                                                                  
NoneType session = None                                                                  
NoneType transaction = None                                                                  

Generated by Epydoc 2.1 on Sat Mar 4 13:36:24 2006 http://epydoc.sf.net