Georg Brandl ha scritto:

>>>> f.func_code.co_flags
> 67
>>>> g.func_code.co_flags
> 99
> 
> => 32 (CO_GENERATOR in compiler.consts) is the flag that indicates a
> generator code object.
> 
> Georg

What a fast reply!
Thank You very much! :-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to