-
So I want to be able to access the function which |
Beta Was this translation helpful? Give feedback.
Answered by
plafosse
Jun 3, 2020
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
plafosse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current_function
is part of the python console, and thus can't be accessed in a plugin. If you need the current_function you can register a plugin usingregister_for_function
which will provide the Function object you want. Either that or you can use the Snippits plugin and create a snippit which does allow access tocurrent_function