3 search resultsShowing 1~3 results

Stocked
gengorou

@gengorou

python デコレータについて

デコレートとは 入力として関数を一つ取り、別の関数を返す関数。 関数の前後で何かしたいときに使用する。 使用例 例 # デコレータ def test(func): def new_func(*a...

1
2
Comment0

3 search resultsShowing 1~3 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in