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
Using mutable default values in functions can be problematic -- a change in any of those values could change the function's behavior. How is this function to be used? Could you just pass the dict and unpack the data inside?
#10
Open
kmilo9999 opened this issue
Nov 22, 2024
· 0 comments
Using mutable default values in functions can be problematic -- a change in any of those values could change the function's behavior. How is this function to be used? Could you just pass the dict and unpack the data inside?
Originally posted by @cpaniaguam in #9 (comment)
The text was updated successfully, but these errors were encountered: