Package turbogears :: Module database :: Class EndTransactionsFilter

Class EndTransactionsFilter

source code

                            object --+    
                                     |    
cherrypy.filters.basefilter.BaseFilter --+
                                         |
                                        EndTransactionsFilter

Instance Methods
 
on_end_resource(self)
Called after finalizing the output (status, header, and body)
source code

Inherited from cherrypy.filters.basefilter.BaseFilter: after_error_response, before_error_response, before_finalize, before_main, before_request_body, on_end_request, on_start_resource

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

on_end_resource(self)

source code 

Called after finalizing the output (status, header, and body)

Overrides: cherrypy.filters.basefilter.BaseFilter.on_end_resource
(inherited documentation)