Code "disappeares" during runtime
Posted: Thu Mar 10, 2022 10:10 am
Hi
This is a bit odd problem. What I see is that FE a class with inheritance loses all the methods it inherits from initializing to when it is used. If I, however, move the initialization close to where it's used it works just fine.
I also see a list that is initialized during the __init__ phase and only, from what I can see read once, and when it read sometimes it is gone. it no longer registers as a list.
How do I debug this? I seem to me like code is getting overwritten during runtime.
Regards
This is a bit odd problem. What I see is that FE a class with inheritance loses all the methods it inherits from initializing to when it is used. If I, however, move the initialization close to where it's used it works just fine.
I also see a list that is initialized during the __init__ phase and only, from what I can see read once, and when it read sometimes it is gone. it no longer registers as a list.
How do I debug this? I seem to me like code is getting overwritten during runtime.
Regards