Replies: 1 comment 1 reply
-
Hi! I'm not really understanding what you're trying to do here. Can you write a fully Python version of the decorator you want? Then we can probably help with the correct Rust implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
And in the python file:
I understand that in python the function decorating the inner function does not have the parameters, but is there a way to access the parameters before the user calls the function? At definition?
Beta Was this translation helpful? Give feedback.
All reactions