Python Decorators
Answered
Is there any way to list what decorators are available ?
I can see Methods and Member variables - However I am currently working with a Flask app, which heavily uses decorators .... but exactly what is available is unknown to me.
I am aware that a Decorator is an ordinary function ... And I can locate the code using the debugger with step-into ... It would be very nice if I could also goto Declaration
PYC is still an awesome product BTW....
Please sign in to leave a comment.
Hi Tim,
So Navigate | Declaration doesn't work? If so, is it possible to provide some sample code?