behold icon indicating copy to clipboard operation
behold copied to clipboard

:eyes: A Debugging Tool

Results 3 behold issues
Sort by recently updated
recently updated
newest added

Any examples on how to use this with the logging module?

appending the tag to the output string is not very distinctive. One might prefer it to precede the output, be in brackets, etc.

performing a `when_values()` filter on a non-shown value results in non-match Here is example code. removing `time_group_config_pk` makes filter result in non-match ```python ############################################################### bb = BB() bb.when_context(in_test__in='first', doing='decrement') #bb.when_context(in_test__in=['initial',...