What does `@` mean in Python?

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

What does @ mean in Python?

Example: @login_required, etc.

6条回答
  •  深忆病人
    2021-01-19 16:14

    Some resources for decorator: decorator, PEP 318: Decorators for Functions and Methods, PythonDecorators and PythonDecoratorLibrary.

    A decorator article on DDJ and another article (blog post).

提交回复
热议问题