def test_timed(): with timed('red', 'bold'): print('ok')
def test_timed(): with timed('red', 'bold'): a = 5