On 30/06/2019 01:15, [email protected] wrote:
Whoops. Now I need to figure out how the interpreter knows that change_a is a method and knows what self to feed it. I'm assuming that's in the cell variables similar to what super()'s doing as explained here. I haven't implemented cell variables so this is where I'm stuck in a sand pit.
Look up descriptors.Actually, carefully (re)read all of https://docs.python.org/3/reference/datamodel.html
-- https://mail.python.org/mailman/listinfo/python-list
