Implementing methods without pymethods
#5077
Unanswered
kaathewisegit
asked this question in
Questions
Replies: 1 comment
-
Found https://pyo3.rs/main/class#implementation-details, so I guess I'll have to go with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any documentation on how to implement Python methods without using the
pymethod
macro? I have a few boilerplate functions I need to replicate 30 times, but derive macros don't allow nestedmacro_rules
Beta Was this translation helpful? Give feedback.
All reactions