Re: Trying to learn about metaclasses

2011-07-25 Thread jfine
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

Re: A new syntax for writing tests

2010-08-05 Thread jfine
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

Re: A new syntax for writing tests

2010-08-05 Thread jfine
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 > >