Esempio n. 1
0
def chp_proc_post_proc_cont(check, calling_app, env, cont, _vals):
    vals = _vals.get_all_values()
    cont = check_chaperone_results(_vals, env, cont)
    return check.call_with_extra_info(vals, env, cont, calling_app)
Esempio n. 2
0
def chp_proc_post_proc_cont(check, calling_app, env, cont, _vals):
    vals = _vals.get_all_values()
    cont = check_chaperone_results(_vals, env, cont)
    return check.call_with_extra_info(vals, env, cont, calling_app)
Esempio n. 3
0
 def post_set_cont(self, op, field, val, app, env, cont):
     val = values.Values.make1(val)
     return check_chaperone_results(val, env,
             imp_struct_set_cont(self.inner, op, field, app, env, cont))
Esempio n. 4
0
 def post_set_cont(self, op, field, val, app, env, cont):
     val = values.Values.make1(val)
     return check_chaperone_results(
         val, env, imp_struct_set_cont(self.inner, op, field, app, env,
                                       cont))