What does `@` mean in Python?

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

What does @ mean in Python?

Example: @login_required, etc.

6条回答
  •  自闭症患者
    2021-01-19 16:25

    If you ask this type of question you will probably be interested in the other hidden features of Python.

提交回复
热议问题