<p><br>
On Oct 8, 2013 2:26 PM, "Steven D&apos;Aprano" <<a href="mailto:steve%2Bcomp.lang.python@pearwood.info">steve+comp.lang.python@pearwood.info</a>> wrote:<br>
><br>
> On Tue, 08 Oct 2013 12:13:48 +0200, Marco Buttu wrote:<br>
><br>
> > Another question is: where is the place in which this transformation<br>
> > occurs? Is it at the parser level, before the dictionary attribute is<br>
> > gave as argument to the metaclass?<br>
><br>
> Good question!<br>
><br>
> I don't have a full answer, but I have a part answer: it occurs before<br>
> the metaclass sees the namespace:<br>
></p>
<p>I thought it was at the parser level and applied to assignments at class level and attribute assignments anywhere within a class body.</p>
<p>I'm pretty sure there's no way to control the behaviour from Python code if that's what the metaclass question is getting at.<br></p>
<p>Oscar</p>