[IronPython] Setting func_name

Sanghyeon Seo sanxiyn at gmail.com
Fri Dec 1 07:54:10 PST 2006


This is broken.

>>> def f(): pass
...
>>> f.func_name = 'g'
>>> print f
<function f at 0x000000000000002B>
>>> f.__name__
'f'

-- 
Seo Sanghyeon


More information about the users mailing list