Get variable from identifier in a context
Is it possible in Python to get some abstract representation of a variable, given FrameInfo
and location (line number and offset) of its identifier occurrence?
Is it possible in Python to get some abstract representation of a variable, given FrameInfo
and location (line number and offset) of its identifier occurrence?