pythontutor-dev / pythontutor

10 stars 4 forks source link

Lambda function defined in __init__ for a class mislabeled as [parent = Global] #105

Open seanvernon opened 4 years ago

seanvernon commented 4 years ago

Example

n.__str__ should be a lambda with parent f2, but it is shown as a lambda with parent Global. This issue does not persist in the frame opened by calling that lambda.