コード例 #1
0
def test_timed():
    with timed('red', 'bold'):
        print('ok')
コード例 #2
0
def test_timed():
    with timed('red', 'bold'):
        a = 5