Home | History | Annotate | Download | only in afe

Lines Matching refs:is_ok

389 def _create_operation_status_response(is_ok, details):
392 @param: is_ok: Boolean for if the operation is ok.
397 status_response = {'status_ok': is_ok}