(val)
| 272 | |
| 273 | |
| 274 | def should_evaluate_full_value(val): |
| 275 | return not LOAD_VALUES_ASYNC or (is_builtin(type(val)) and not isinstance_checked(val, (list, tuple, dict))) |
| 276 | |
| 277 | |
| 278 | def return_values_from_dict_to_xml(return_dict): |
no test coverage detected