You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should have a way to create a function that copies the locals() in the calling function at the time of creation rather than simply grabbing a reference to them. For lambdas, will probably only be for statement lambdas.
The text was updated successfully, but these errors were encountered:
Should have a way to create a function that copies the
locals()
in the calling function at the time of creation rather than simply grabbing a reference to them. For lambdas, will probably only be for statement lambdas.The text was updated successfully, but these errors were encountered: