Here is @vbrozik’s post: opposite of __init__?
He shows that __init__() is calling reset(), so I assume that you can call reset() from any line in the __init__ section. (I’m 99.9% sure, but assumptions are not safe with computers.)
Here is @vbrozik’s post: opposite of __init__?
He shows that __init__() is calling reset(), so I assume that you can call reset() from any line in the __init__ section. (I’m 99.9% sure, but assumptions are not safe with computers.)