Package turbogears :: Module database :: Class EndTransactionsFilter
[hide private]

Class EndTransactionsFilter

source code


Instance Methods [hide private]
 
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__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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)