Retrieve list of names/variables for an expression #109
Unanswered
geoffwhittington
asked this question in
Q&A
Replies: 1 comment
-
You could wrap the name lookup function with one that stores all names? You'd also probably want to compile the expression without actually evaluating it? I like the idea of being able to do this easily without hacking said around too much. |
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
-
Is it possible to get the list of names used in an expression? I'm looking for something like
variables()
from https://github.com/Axiacore/py-expression-evalI've seen https://stackoverflow.com/questions/33554036/how-to-get-all-variable-and-method-names-used-in-script but I have a feeling I need these names defined ahead of time as per the example.
Any type of guidance would be helpful!
Beta Was this translation helpful? Give feedback.
All reactions