Hi
I gave a tutorial at this year's EuroPython that covered metaclasses.
You can get the tutorial materials from a link on:
http://ep2011.europython.eu/conference/talks/objects-and-classes-in-python-and-javascript
Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
On 5 Aug, 14:52, Jean-Michel Pichavant wrote:
> jfine wrote:
> > On 5 Aug, 10:17, Jean-Michel Pichavant wrote:
>
> >> Jonathan Fine wrote:
>
> >>> Hi
>
> >>> I just discovered today anewsyntaxfor writing tests. The basic
> >>> ide
On 5 Aug, 10:17, Jean-Michel Pichavant wrote:
> Jonathan Fine wrote:
> > Hi
>
> > I just discovered today anewsyntaxfor writing tests. The basic
> > idea is to write a function that contains some statements, and run it
> > via a decorator. I wonder if anyone had seen this pattern before, and
> >