def get_info_mozsvc_data(request): update_mozsvc_data({'moe': 'curly'}) return 'foo'
def auto_decorate(request): update_mozsvc_data({'baz': 'bawlp'}) return 'foo'
def some_method(request): update_mozsvc_data({'foo': 'bar'})