Makefile it

Wednesday, February 14, 2007

Python freaks

These lines are the same....

>>> class X(object):
... a = 1
...
>>> X = type('X', (object,), dict(a=1))

It's wonderful, isn't it?



1 Comments:

At 12:25 PM, Anonymous Anonymous said...

You write very well.

 

Post a Comment

<< Home