This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients Emilio López Arias, SilentGhost
Date 2019-06-26.19:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561575918.58.0.78841298837.issue37418@roundup.psfhosted.org>
In-reply-to
Content
It seems you're misunderstanding mechanics of decorators. Decorator is called when @decorator statement is executed and in that function *you* are calling the wrapped function. There are tutorials available on how to use this feature, I'd suggest you try them.
History
Date User Action Args
2019-06-26 19:05:18SilentGhostsetrecipients: + SilentGhost, Emilio López Arias
2019-06-26 19:05:18SilentGhostsetmessageid: <1561575918.58.0.78841298837.issue37418@roundup.psfhosted.org>
2019-06-26 19:05:18SilentGhostlinkissue37418 messages
2019-06-26 19:05:18SilentGhostcreate