28 Apr
2014
28 Apr
'14
2:15 a.m.
Grrrr. I mis-typed there. I meant ... in some subclass with its own load() but not its own _clean_tmode()?
It might make sense that way.
-dan
On Apr 27, 2014, at 7:32 PM, chirp.cordless@xoxy.net wrote:
... Would initializing my booleans to None in __init__ possibly end up raising an exception in some subclass with its own __init__() but not its own _clean_tmode()? Is that even asking a reasonable question? If not, ignore the next question.
Since my code doesn't do anything unless one is True and the other False, if I set them both in load(), would initializing them False in __init__() be more robust?