Home | History | Annotate | Download | only in common_lib

Lines Matching refs:callback_result

240                 callback_result = responses[index](locals())
242 if type(callback_result) in types.StringTypes:
243 child.send(callback_result)
244 elif callback_result: