Micropython equivalent of __func__ or Python 2 im_func ? #10655
thisrandomuser
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you explain more about what you are trying to do? Given: class C:
def m(self):
... I assume |
Beta Was this translation helpful? Give feedback.
3 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.
-
Does micropython have an equivalent of Python 3's func or Python 2 im_func?
I'm trying to set up a call back in a class to another method in that class.
Beta Was this translation helpful? Give feedback.
All reactions