Exemple #1
0
def end_fake_request():
    """
    Start lizard_history machinery to log changes and remove the
    fake_request from the thread.
    """
    ops_done.send(None)
    release_local(_local)
 def process_response(self, request, response):
     ops_done.send(None)
     return response
 def process_exception(self, request, exception):
     ops_done.send(None)