-
Hi, How do I decorate class functions or methods with kopf decorators (e.g. create)? For example;
I get this error;
|
Beta Was this translation helpful? Give feedback.
Answered by
mledoze
Jul 15, 2022
Replies: 1 comment 1 reply
-
Hi, Kopf decorators are not meant to be used on class methods, see here #849 (comment) for an explanation. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nolar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Kopf decorators are not meant to be used on class methods, see here #849 (comment) for an explanation.