Lines Matching refs:value
1758 value = context[key]
1760 tb = ''.join(traceback.format_list(value))
1761 value = 'Object created at (most recent call last):\n'
1762 value += tb.rstrip()
1764 tb = ''.join(traceback.format_list(value))
1765 value = 'Handle created at (most recent call last):\n'
1766 value += tb.rstrip()
1768 value = repr(value)
1769 log_lines.append(f'{key}: {value}')