差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| python:timeit [2021/07/05 02:32] – ともやん | python:timeit [2021/07/05 02:38] (現在) – ともやん | ||
|---|---|---|---|
| 行 52: | 行 52: | ||
| timeit.template を変更して、処理時間と戻り値を返却するようする。\\ | timeit.template を変更して、処理時間と戻り値を返却するようする。\\ | ||
| **timeit.template (オリジナル)**\\ | **timeit.template (オリジナル)**\\ | ||
| - | <WRAP prewrap 100% #mincode> | + | <WRAP prewrap 100% mincode> |
| <code python> | <code python> | ||
| template = """ | template = """ | ||