How to call a bound method object in a dynamic C module? #9882
Unanswered
TsXor
asked this question in
Using MicroPython
Replies: 1 comment 2 replies
-
This is the way to do it. You shouldn't care if the method is bound or not, you just call it like a regular method. I suspect something is wrong with the method pointer or the way it's being created. Where does it come from -- is it passed to your code from Python or does the C code bind it? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
mp_call_function_n_kwcausesLoadProhibitedbound_meth_callis not available in dynruntime.hmp_call_method_n_kwcannot compile:undefined symbol: mp_call_method_n_kwnote: lvgl version
Beta Was this translation helpful? Give feedback.
All reactions