May 18, 2020
6:04 p.m.
On 18 May 2020, at 19:12, Ben Coman <btc@openinworld.com> wrote:
The class-side #initialization method only gets called when the class is created e.g. when first loaded into a fresh image.
Almost: it gets to run whenever the method is loaded and is new or different. If the method is loaded again and its source code is the same, it does not run.