in reply to Re: Calling module function from within a blessed module
in thread Calling module function from within a blessed module
Never, ever, ever do this. The one argument version of bless really should issue a warning.
Actually, in real code I do not generally use the one argument version. I created that as a minimal example to support the question.
Having said that, I don't know why I avoid the single argument version. It is because I have copied other code that works and looks like the author knows what they are doing which is not exactly the most rigorous methodology for learning...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Calling module function from within a blessed module
by dsheroh (Monsignor) on Jan 03, 2021 at 12:45 UTC |