"D'Arcy J.M. Cain" <[email protected]>: > On Fri, 07 Oct 2016 16:09:19 +0200 > jmp <[email protected]> wrote: >> What about >> >> def test(): >> if not hasattr(test, '_store'): test._store={'x':0} >> test._store['x'] += 1 > > Why is everyone working so hard to avoid creating a class?
Hear, hear! Marko -- https://mail.python.org/mailman/listinfo/python-list
