示例#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)
示例#2
0
 def process_response(self, request, response):
     ops_done.send(None)
     return response
示例#3
0
 def process_exception(self, request, exception):
     ops_done.send(None)