On Mon, Jul 4, 2016 at 9:42 PM, Paul Rubin <no.email at nospam.invalid> wrote: > Steven D'Aprano <steve at pearwood.info> writes: >> ... class B: >> ... x = var > > x = A.var Nope. A doesn't exist yet at this point.