[IronPython] Passing keyword arguments to dict subclass
Sanghyeon Seo
sanxiyn at gmail.com
Fri Jun 2 02:57:24 PDT 2006
# test.py
class x(dict): pass
print x(a=1)['a']
Found while testing Construct (http://pyconstruct.wikispaces.com/)
with IronPython.
Seo Sanghyeon
More information about the users
mailing list