I was looking at some python2 code that looks something like this:
def foo(self):
pass
foo.boolean = 'WTH'
and this code seems to be syntactically correct. But what purpose does it serve?
I was looking at some python2 code that looks something like this:
def foo(self):
pass
foo.boolean = 'WTH'
and this code seems to be syntactically correct. But what purpose does it serve?