What does `@` mean in Python?

后端 未结 6 1724
盖世英雄少女心
盖世英雄少女心 2021-01-19 15:40

What does @ mean in Python?

Example: @login_required, etc.

6条回答
  •  温柔的废话
    2021-01-19 16:13

    It's a decorator. More here: http://www.ibm.com/developerworks/linux/library/l-cpdecor.html

提交回复
热议问题