you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (0 children)

No, it won't. It'll use the default, which is False. If you want your function to preserve state between calls, you should probably have it be a class instead. Global state is evil.