On Mon, Jul 4, 2016 at 9:42 PM, Paul Rubin <[email protected]> wrote: > Steven D'Aprano <[email protected]> writes: >> ... class B: >> ... x = var > > x = A.var
Nope. A doesn't exist yet at this point. -- https://mail.python.org/mailman/listinfo/python-list
